Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-context.h25 struct pvr2_context; /* All central state */
35 struct pvr2_context { struct
38 struct pvr2_context *exist_next; argument
39 struct pvr2_context *exist_prev; argument
40 struct pvr2_context *notify_next; argument
41 struct pvr2_context *notify_prev; argument
50 void (*setup_func)(struct pvr2_context *); argument
55 struct pvr2_context *mc_head;
64 struct pvr2_context *pvr2_context_create(struct usb_interface *intf,
66 void (*setup_func)(struct pvr2_context *));
[all …]
Dpvrusb2-context.c27 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()
[all …]
Dpvrusb2-main.c53 static void pvr_setup_attach(struct pvr2_context *pvr) in pvr_setup_attach()
69 struct pvr2_context *pvr; in pvr_probe()
92 struct pvr2_context *pvr = usb_get_intfdata(intf); in pvr_disconnect()
Dpvrusb2-v4l2.h23 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
Dpvrusb2-sysfs.h29 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *,
Dpvrusb2-dvb.h40 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr);
Dpvrusb2-dvb.c140 struct pvr2_context *pvr = adap->channel.mc_head; in pvr2_dvb_stream_do_start()
404 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr) in pvr2_dvb_create()
Dpvrusb2-sysfs.c766 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *mp, in pvr2_sysfs_create()
Dpvrusb2-v4l2.c1272 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *mnp) in pvr2_v4l2_create()