Searched defs:usbtv (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/drivers/media/usb/usbtv/ |
| D | usbtv.h | 87 struct usbtv { struct 88 struct device *dev; 89 struct usb_device *udev; 92 struct v4l2_device v4l2_dev; 93 struct v4l2_ctrl_handler ctrl; 94 struct video_device vdev; 95 struct vb2_queue vb2q; 96 struct mutex v4l2_lock; 97 struct mutex vb2q_lock; 100 spinlock_t buflock; [all …]
|
| D | usbtv-video.c | 63 static int usbtv_configure_for_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_configure_for_norm() 87 static int usbtv_select_input(struct usbtv *usbtv, int input) in usbtv_select_input() 145 static int usbtv_select_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_select_norm() 270 static int usbtv_setup_capture(struct usbtv *usbtv) in usbtv_setup_capture() 394 static void usbtv_image_chunk(struct usbtv *usbtv, __be32 *chunk) in usbtv_image_chunk() 463 struct usbtv *usbtv = (struct usbtv *)ip->context; in usbtv_iso_cb() local 498 static struct urb *usbtv_setup_iso_transfer(struct usbtv *usbtv) in usbtv_setup_iso_transfer() 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() local [all …]
|
| D | usbtv-core.c | 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() local 130 struct usbtv *usbtv = usb_get_intfdata(intf); in usbtv_disconnect() local
|
| D | usbtv-audio.c | 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()
|
| /kernel/linux/linux-5.10/drivers/media/usb/usbtv/ |
| D | usbtv.h | 86 struct usbtv { struct 87 struct device *dev; 88 struct usb_device *udev; 91 struct v4l2_device v4l2_dev; 92 struct v4l2_ctrl_handler ctrl; 93 struct video_device vdev; 94 struct vb2_queue vb2q; 95 struct mutex v4l2_lock; 96 struct mutex vb2q_lock; 99 spinlock_t buflock; [all …]
|
| D | usbtv-video.c | 63 static int usbtv_configure_for_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_configure_for_norm() 87 static int usbtv_select_input(struct usbtv *usbtv, int input) in usbtv_select_input() 143 static int usbtv_select_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_select_norm() 267 static int usbtv_setup_capture(struct usbtv *usbtv) in usbtv_setup_capture() 391 static void usbtv_image_chunk(struct usbtv *usbtv, __be32 *chunk) in usbtv_image_chunk() 460 struct usbtv *usbtv = (struct usbtv *)ip->context; in usbtv_iso_cb() local 495 static struct urb *usbtv_setup_iso_transfer(struct usbtv *usbtv) in usbtv_setup_iso_transfer() 527 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 [all …]
|
| D | usbtv-core.c | 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() local 130 struct usbtv *usbtv = usb_get_intfdata(intf); in usbtv_disconnect() local
|
| D | usbtv-audio.c | 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()
|