Searched refs:pvr2_context (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.h27 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
H A Dpvrusb2-context.h29 struct pvr2_context; /* All central state */
39 struct pvr2_context { struct
42 struct pvr2_context *exist_next;
43 struct pvr2_context *exist_prev;
44 struct pvr2_context *notify_next;
45 struct pvr2_context *notify_prev;
53 /* Called after pvr2_context initialization is complete */
54 void (*setup_func)(struct pvr2_context *);
59 struct pvr2_context *mc_head;
68 struct pvr2_context *pvr2_context_creat
[all...]
H A Dpvrusb2-sysfs.h33 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *,
H A Dpvrusb2-context.c31 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)
80 static void pvr2_context_destroy(struct pvr2_context *mp)
82 pvr2_trace(PVR2_TRACE_CTXT,"pvr2_context %p (destroy)",mp);
106 static void pvr2_context_notify(struct pvr2_context *mp)
112 static void pvr2_context_check(struct pvr2_context *mp)
116 "pvr2_context
[all...]
H A Dpvrusb2-dvb.h39 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr);
H A Dpvrusb2-main.c57 static void pvr_setup_attach(struct pvr2_context *pvr)
73 struct pvr2_context *pvr;
96 struct pvr2_context *pvr = usb_get_intfdata(intf);
H A Dpvrusb2-dvb.c144 struct pvr2_context *pvr = adap->channel.mc_head;
408 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr)
H A Dpvrusb2-sysfs.c762 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *mp,
H A Dpvrusb2-v4l2.c1310 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *mnp)

Completed in 119 milliseconds