Lines Matching defs:mp
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() local
219 struct pvr2_context *mp = NULL; in pvr2_context_create() local
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() local