Searched refs:usbtv (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/media/usb/usbtv/ |
H A D | usbtv-video.c | 78 usbtv->n_chunks = usbtv->width * usbtv->height in usbtv_configure_for_norm() 463 struct usbtv *usbtv = (struct usbtv *)ip->context; in usbtv_iso_cb() local 788 struct usbtv *usbtv = container_of(ctrl->handler, struct usbtv, in usbtv_s_ctrl() local 874 struct usbtv *usbtv = container_of(v4l2_dev, struct usbtv, v4l2_dev); in usbtv_release() local 881 int usbtv_video_init(struct usbtv *usbtv) in usbtv_video_init() argument 895 usbtv->vb2q.drv_priv = usbtv; in usbtv_video_init() 900 usbtv->vb2q.lock = &usbtv->vb2q_lock; in usbtv_video_init() 936 usbtv->vdev.v4l2_dev = &usbtv->v4l2_dev; in usbtv_video_init() 941 usbtv->vdev.queue = &usbtv->vb2q; in usbtv_video_init() 942 usbtv->vdev.lock = &usbtv->v4l2_lock; in usbtv_video_init() [all …]
|
H A D | usbtv-core.c | 47 int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size) in usbtv_set_regs() argument 73 struct usbtv *usbtv; in usbtv_probe() local 90 usbtv = kzalloc(sizeof(struct usbtv), GFP_KERNEL); in usbtv_probe() 91 if (usbtv == NULL) in usbtv_probe() 93 usbtv->dev = dev; in usbtv_probe() 96 usbtv->iso_size = size; in usbtv_probe() 118 usbtv_video_free(usbtv); in usbtv_probe() 123 kfree(usbtv); in usbtv_probe() 130 struct usbtv *usbtv = usb_get_intfdata(intf); in usbtv_disconnect() local 134 if (!usbtv) in usbtv_disconnect() [all …]
|
H A D | usbtv-audio.c | 256 void usbtv_audio_suspend(struct usbtv *usbtv) in usbtv_audio_suspend() argument 258 if (atomic_read(&usbtv->snd_stream) && usbtv->snd_bulk_urb) in usbtv_audio_suspend() 262 void usbtv_audio_resume(struct usbtv *usbtv) in usbtv_audio_resume() argument 264 if (atomic_read(&usbtv->snd_stream) && usbtv->snd_bulk_urb) in usbtv_audio_resume() 270 struct usbtv *chip = container_of(work, struct usbtv, snd_trigger); in snd_usbtv_trigger() 320 int usbtv_audio_init(struct usbtv *usbtv) in usbtv_audio_init() argument 342 usbtv->snd = card; in usbtv_audio_init() 363 usbtv->snd = NULL; in usbtv_audio_init() 369 void usbtv_audio_free(struct usbtv *usbtv) in usbtv_audio_free() argument 373 if (usbtv->snd && usbtv->udev) { in usbtv_audio_free() [all …]
|
H A D | usbtv.h | 87 struct usbtv { struct 130 int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size); argument 132 int usbtv_video_init(struct usbtv *usbtv); 133 void usbtv_video_free(struct usbtv *usbtv); 135 int usbtv_audio_init(struct usbtv *usbtv); 136 void usbtv_audio_free(struct usbtv *usbtv); 137 void usbtv_audio_suspend(struct usbtv *usbtv); 138 void usbtv_audio_resume(struct usbtv *usbtv);
|
H A D | Makefile | 2 usbtv-y := usbtv-core.o \ 3 usbtv-video.o \ 4 usbtv-audio.o 6 obj-$(CONFIG_VIDEO_USBTV) += usbtv.o
|
H A D | Kconfig | 12 module will be called usbtv
|
/openbmc/linux/drivers/media/usb/ |
H A D | Makefile | 32 obj-$(CONFIG_VIDEO_USBTV) += usbtv/
|
H A D | Kconfig | 19 source "drivers/media/usb/usbtv/Kconfig"
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | other-usb-cardlist.rst | 76 usbtv Fushicai USBTV007 Audio-Video Grabber 1b71:3002, 1f71:3301,
|
H A D | usb-cardlist.rst | 96 usbtv USBTV007 video capture
|
/openbmc/ |
H A D | opengrok1.0.log | 25691 …hildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/media/usb/usbtv/Kconfig.gz 25692 …essChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/drivers/media/usb/usbtv
|
H A D | opengrok2.0.log | 25311 …hildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/media/usb/usbtv/Kconfig.gz 25312 …essChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/drivers/media/usb/usbtv
|