Lines Matching refs:pvr2_context
31 static struct pvr2_context *pvr2_context_exist_first;
32 static struct pvr2_context *pvr2_context_exist_last;
33 static struct pvr2_context *pvr2_context_notify_first;
34 static struct pvr2_context *pvr2_context_notify_last;
43 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify()
80 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy()
106 static void pvr2_context_notify(struct pvr2_context *mp) in pvr2_context_notify()
112 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check()
164 struct pvr2_context *mp; in pvr2_context_thread_func()
214 struct pvr2_context *pvr2_context_create( in pvr2_context_create()
217 void (*setup_func)(struct pvr2_context *)) in pvr2_context_create() argument
219 struct pvr2_context *mp = NULL; in pvr2_context_create()
247 static void pvr2_context_reset_input_limits(struct pvr2_context *mp) in pvr2_context_reset_input_limits()
263 static void pvr2_context_enter(struct pvr2_context *mp) in pvr2_context_enter()
269 static void pvr2_context_exit(struct pvr2_context *mp) in pvr2_context_exit()
280 void pvr2_context_disconnect(struct pvr2_context *mp) in pvr2_context_disconnect()
288 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init()
316 struct pvr2_context *mp = cp->mc_head; in pvr2_channel_done()