Lines Matching refs:pvr2_context
27 static struct pvr2_context *pvr2_context_exist_first;
28 static struct pvr2_context *pvr2_context_exist_last;
29 static struct pvr2_context *pvr2_context_notify_first;
30 static struct pvr2_context *pvr2_context_notify_last;
39 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify()
76 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy()
102 static void pvr2_context_notify(struct pvr2_context *mp) in pvr2_context_notify()
108 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check()
160 struct pvr2_context *mp; in pvr2_context_thread_func()
210 struct pvr2_context *pvr2_context_create( in pvr2_context_create()
213 void (*setup_func)(struct pvr2_context *)) in pvr2_context_create() argument
215 struct pvr2_context *mp = NULL; in pvr2_context_create()
243 static void pvr2_context_reset_input_limits(struct pvr2_context *mp) in pvr2_context_reset_input_limits()
259 static void pvr2_context_enter(struct pvr2_context *mp) in pvr2_context_enter()
265 static void pvr2_context_exit(struct pvr2_context *mp) in pvr2_context_exit()
276 void pvr2_context_disconnect(struct pvr2_context *mp) in pvr2_context_disconnect()
284 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init()
312 struct pvr2_context *mp = cp->mc_head; in pvr2_channel_done()