Lines Matching refs:pvr2_context
18 static struct pvr2_context *pvr2_context_exist_first;
19 static struct pvr2_context *pvr2_context_exist_last;
20 static struct pvr2_context *pvr2_context_notify_first;
21 static struct pvr2_context *pvr2_context_notify_last;
30 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl)
67 static void pvr2_context_destroy(struct pvr2_context *mp)
69 pvr2_trace(PVR2_TRACE_CTXT,"pvr2_context %p (destroy)",mp);
93 static void pvr2_context_notify(struct pvr2_context *mp)
99 static void pvr2_context_check(struct pvr2_context *mp)
103 "pvr2_context %p (notify)", mp);
107 "pvr2_context %p (initialize)", mp);
120 "pvr2_context %p (thread skipping setup)",
151 struct pvr2_context *mp;
153 pvr2_trace(PVR2_TRACE_CTXT,"pvr2_context thread start");
169 pvr2_trace(PVR2_TRACE_CTXT,"pvr2_context thread cleaned up");
175 pvr2_trace(PVR2_TRACE_CTXT,"pvr2_context thread end");
201 struct pvr2_context *pvr2_context_create(
204 void (*setup_func)(struct pvr2_context *))
206 struct pvr2_context *mp = NULL;
209 pvr2_trace(PVR2_TRACE_CTXT,"pvr2_context %p (create)",mp);
234 static void pvr2_context_reset_input_limits(struct pvr2_context *mp)
250 static void pvr2_context_enter(struct pvr2_context *mp)
256 static void pvr2_context_exit(struct pvr2_context *mp)
267 void pvr2_context_disconnect(struct pvr2_context *mp)
276 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp)
304 struct pvr2_context *mp = cp->mc_head;