void pvr2_context_disconnect(struct pvr2_context *mp)
{
	pvr2_context_enter(mp); do {
		pvr2_hdw_disconnect(mp->hdw);
		mp->disconnect_flag = !0;
		pvr2_context_run_checks(mp);
	} while (0); pvr2_context_exit(mp);
}
Beispiel #2
0
void pvr2_context_disconnect(struct pvr2_context *mp)
{
    pvr2_hdw_disconnect(mp->hdw);
    mp->disconnect_flag = !0;
    pvr2_context_notify(mp);
}