Home
last modified time | relevance | path

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

/linux/drivers/media/usb/usbtv/
A Dusbtv.h86 struct usbtv { struct
87 struct device *dev;
88 struct usb_device *udev;
94 struct vb2_queue vb2q;
95 struct mutex v4l2_lock;
96 struct mutex vb2q_lock;
99 spinlock_t buflock;
100 struct list_head bufs;
104 u32 frame_id;
105 int chunks_done;
[all …]
A Dusbtv-video.c527 static void usbtv_stop(struct usbtv *usbtv) in usbtv_stop()
555 static int usbtv_start(struct usbtv *usbtv) in usbtv_start()
643 struct usbtv *usbtv = video_drvdata(file); in usbtv_fmt_vid_cap() local
658 struct usbtv *usbtv = video_drvdata(file); in usbtv_g_std() local
666 struct usbtv *usbtv = video_drvdata(file); in usbtv_s_std() local
676 struct usbtv *usbtv = video_drvdata(file); in usbtv_g_input() local
683 struct usbtv *usbtv = video_drvdata(file); in usbtv_s_input() local
724 struct usbtv *usbtv = vb2_get_drv_priv(vq); in usbtv_queue_setup() local
756 struct usbtv *usbtv = vb2_get_drv_priv(vq); in usbtv_start_streaming() local
878 int usbtv_video_init(struct usbtv *usbtv) in usbtv_video_init()
[all …]
A Dusbtv-core.c47 int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size) in usbtv_set_regs()
73 struct usbtv *usbtv; in usbtv_probe() local
130 struct usbtv *usbtv = usb_get_intfdata(intf); in usbtv_disconnect() local
A Dusbtv-audio.c256 void usbtv_audio_suspend(struct usbtv *usbtv) in usbtv_audio_suspend()
262 void usbtv_audio_resume(struct usbtv *usbtv) in usbtv_audio_resume()
320 int usbtv_audio_init(struct usbtv *usbtv) in usbtv_audio_init()
369 void usbtv_audio_free(struct usbtv *usbtv) in usbtv_audio_free()

Completed in 9 milliseconds