Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-context.h29 struct pvr2_context; /* All central state */
39 struct pvr2_context { struct
42 struct pvr2_context *exist_next; argument
43 struct pvr2_context *exist_prev; argument
44 struct pvr2_context *notify_next; argument
45 struct pvr2_context *notify_prev; argument
54 void (*setup_func)(struct pvr2_context *); argument
59 struct pvr2_context *mc_head;
68 struct pvr2_context *pvr2_context_create(struct usb_interface *intf,
70 void (*setup_func)(struct pvr2_context *));
[all …]
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) 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()
[all …]
Dpvrusb2-main.c57 static void pvr_setup_attach(struct pvr2_context *pvr) in pvr_setup_attach()
73 struct pvr2_context *pvr; in pvr_probe()
96 struct pvr2_context *pvr = usb_get_intfdata(intf); in pvr_disconnect()
Dpvrusb2-v4l2.h27 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
Dpvrusb2-sysfs.h33 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *,
Dpvrusb2-dvb.h39 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr);
Dpvrusb2-dvb.c144 struct pvr2_context *pvr = adap->channel.mc_head; in pvr2_dvb_stream_do_start()
408 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr) in pvr2_dvb_create()
Dpvrusb2-sysfs.c771 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *mp, in pvr2_sysfs_create()
Dpvrusb2-v4l2.c1281 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *mnp) in pvr2_v4l2_create()