Searched defs:usbtv (Results 1 – 4 of 4) sorted by relevance
87 struct usbtv { struct88 struct device *dev;89 struct usb_device *udev;95 struct vb2_queue vb2q;96 struct mutex v4l2_lock;97 struct mutex vb2q_lock;100 spinlock_t buflock;101 struct list_head bufs;105 u32 frame_id;106 int chunks_done;[all …]
530 static void usbtv_stop(struct usbtv *usbtv) in usbtv_stop()558 static int usbtv_start(struct usbtv *usbtv) in usbtv_start()646 struct usbtv *usbtv = video_drvdata(file); in usbtv_fmt_vid_cap() local661 struct usbtv *usbtv = video_drvdata(file); in usbtv_g_std() local669 struct usbtv *usbtv = video_drvdata(file); in usbtv_s_std() local679 struct usbtv *usbtv = video_drvdata(file); in usbtv_g_input() local686 struct usbtv *usbtv = video_drvdata(file); in usbtv_s_input() local727 struct usbtv *usbtv = vb2_get_drv_priv(vq); in usbtv_queue_setup() local759 struct usbtv *usbtv = vb2_get_drv_priv(vq); in usbtv_start_streaming() local881 int usbtv_video_init(struct usbtv *usbtv) in usbtv_video_init()[all …]
47 int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size) in usbtv_set_regs()73 struct usbtv *usbtv; in usbtv_probe() local130 struct usbtv *usbtv = usb_get_intfdata(intf); in usbtv_disconnect() local
256 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 5 milliseconds