Searched refs:pvr2_context (Results 1 – 9 of 9) sorted by relevance
25 struct pvr2_context; /* All central state */35 struct pvr2_context { struct38 struct pvr2_context *exist_next; argument39 struct pvr2_context *exist_prev; argument40 struct pvr2_context *notify_next; argument41 struct pvr2_context *notify_prev; argument50 void (*setup_func)(struct pvr2_context *); argument55 struct pvr2_context *mc_head;64 struct pvr2_context *pvr2_context_create(struct usb_interface *intf,66 void (*setup_func)(struct pvr2_context *));[all …]
27 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 …]
53 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()
23 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
29 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *,
40 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr);
140 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()
766 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *mp, in pvr2_sysfs_create()
1272 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *mnp) in pvr2_v4l2_create()