Home
last modified time | relevance | path

Searched defs:usbtv (Results 1 – 4 of 4) sorted by relevance

/drivers/media/usb/usbtv/
Dusbtv.h70 struct usbtv { struct
71 struct device *dev;
72 struct usb_device *udev;
75 struct v4l2_device v4l2_dev;
76 struct video_device vdev;
77 struct vb2_queue vb2q;
78 struct mutex v4l2_lock;
79 struct mutex vb2q_lock;
82 spinlock_t buflock;
83 struct list_head bufs;
[all …]
Dusbtv-video.c49 static int usbtv_configure_for_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_configure_for_norm()
73 static int usbtv_select_input(struct usbtv *usbtv, int input) in usbtv_select_input()
110 static int usbtv_select_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_select_norm()
161 static int usbtv_setup_capture(struct usbtv *usbtv) in usbtv_setup_capture()
275 static void usbtv_image_chunk(struct usbtv *usbtv, __be32 *chunk) in usbtv_image_chunk()
340 struct usbtv *usbtv = (struct usbtv *)ip->context; in usbtv_iso_cb() local
375 static struct urb *usbtv_setup_iso_transfer(struct usbtv *usbtv) in usbtv_setup_iso_transfer()
403 static void usbtv_stop(struct usbtv *usbtv) in usbtv_stop()
431 static int usbtv_start(struct usbtv *usbtv) in usbtv_start()
524 struct usbtv *usbtv = video_drvdata(file); in usbtv_fmt_vid_cap() local
[all …]
Dusbtv-core.c33 int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size) in usbtv_set_regs()
59 struct usbtv *usbtv; in usbtv_probe() local
113 struct usbtv *usbtv = usb_get_intfdata(intf); in usbtv_disconnect() local
Dusbtv-audio.c265 void usbtv_audio_suspend(struct usbtv *usbtv) in usbtv_audio_suspend()
271 void usbtv_audio_resume(struct usbtv *usbtv) in usbtv_audio_resume()
332 int usbtv_audio_init(struct usbtv *usbtv) in usbtv_audio_init()
382 void usbtv_audio_free(struct usbtv *usbtv) in usbtv_audio_free()