Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/pvrusb2/
Dpvrusb2-context.h16 struct pvr2_context; /* All central state */
26 struct pvr2_context { struct
29 struct pvr2_context *exist_next; argument
30 struct pvr2_context *exist_prev; argument
31 struct pvr2_context *notify_next; argument
32 struct pvr2_context *notify_prev; argument
41 void (*setup_func)(struct pvr2_context *); argument
46 struct pvr2_context *mc_head;
55 struct pvr2_context *pvr2_context_create(struct usb_interface *intf,
57 void (*setup_func)(struct pvr2_context *));
[all …]
Dpvrusb2-context.c18 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) in pvr2_context_set_notify()
67 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy()
93 static void pvr2_context_notify(struct pvr2_context *mp) in pvr2_context_notify()
99 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check()
151 struct pvr2_context *mp; in pvr2_context_thread_func()
201 struct pvr2_context *pvr2_context_create( in pvr2_context_create()
[all …]
Dpvrusb2-main.c43 static void pvr_setup_attach(struct pvr2_context *pvr) in pvr_setup_attach()
59 struct pvr2_context *pvr; in pvr_probe()
82 struct pvr2_context *pvr = usb_get_intfdata(intf); in pvr_disconnect()
Dpvrusb2-v4l2.h13 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
Dpvrusb2-sysfs.h19 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *,
Dpvrusb2-dvb.h43 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr);
Dpvrusb2-dvb.c131 struct pvr2_context *pvr = adap->channel.mc_head; in pvr2_dvb_stream_do_start()
445 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr) in pvr2_dvb_create()
Dpvrusb2-sysfs.c756 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *mp, in pvr2_sysfs_create()
Dpvrusb2-v4l2.c1261 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *mnp) in pvr2_v4l2_create()