Home
last modified time | relevance | path

Searched refs:vbiq (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/media/usb/au0828/
H A Dau0828-vbi.c59 struct au0828_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue() local
66 list_add_tail(&buf->list, &vbiq->active); in vbi_buffer_queue()
H A Dau0828-video.c467 struct au0828_dev *dev = container_of(dma_q, struct au0828_dev, vbiq); in vbi_get_next_buf()
494 struct au0828_dmaqueue *vbi_dma_q = &dev->vbiq; in au0828_isoc_copy()
881 struct au0828_dmaqueue *vbiq = &dev->vbiq; in au0828_stop_vbi_streaming() local
898 while (!list_empty(&vbiq->active)) { in au0828_stop_vbi_streaming()
901 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming()
976 struct au0828_dmaqueue *dma_q = &dev->vbiq; in au0828_vbi_buffer_timeout()
1949 INIT_LIST_HEAD(&dev->vbiq.active); in au0828_analog_register()
H A Dau0828.h247 struct au0828_dmaqueue vbiq; member
/linux-6.15/drivers/media/usb/em28xx/
H A Dem28xx-vbi.c70 struct em28xx_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue() local
77 list_add_tail(&buf->list, &vbiq->active); in vbi_buffer_queue()
H A Dem28xx-video.c641 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in process_frame_data_em28xx()
1176 struct em28xx_dmaqueue *vbiq = &dev->vbiq; in em28xx_stop_vbi_streaming() local
1197 while (!list_empty(&vbiq->active)) { in em28xx_stop_vbi_streaming()
1200 buf = list_entry(vbiq->active.next, struct em28xx_buffer, list); in em28xx_stop_vbi_streaming()
2654 INIT_LIST_HEAD(&dev->vbiq.active); in em28xx_v4l2_init()
H A Dem28xx.h714 struct em28xx_dmaqueue vbiq; member
H A Dem28xx-core.c1001 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in em28xx_init_usb_xfer()
/linux-6.15/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c78 cx23885_video_wakeup(dev, &dev->vbiq, count); in cx23885_vbi_irq()
189 struct cx23885_dmaqueue *q = &dev->vbiq; in buffer_queue()
220 struct cx23885_dmaqueue *dmaq = &dev->vbiq; in cx23885_start_streaming()
231 struct cx23885_dmaqueue *dmaq = &dev->vbiq; in cx23885_stop_streaming()
H A Dcx23885.h430 struct cx23885_dmaqueue vbiq; member
H A Dcx23885-video.c1258 INIT_LIST_HEAD(&dev->vbiq.active); in cx23885_video_register()
/linux-6.15/drivers/media/pci/cx88/
H A Dcx88-vbi.c172 struct cx88_dmaqueue *q = &dev->vbiq; in buffer_queue()
197 struct cx88_dmaqueue *dmaq = &dev->vbiq; in start_streaming()
209 struct cx88_dmaqueue *dmaq = &dev->vbiq; in stop_streaming()
H A Dcx88-video.c1094 cx88_wakeup(core, &dev->vbiq, count); in cx8800_vid_irq()
1303 INIT_LIST_HEAD(&dev->vbiq.active); in cx8800_initdev()
1564 if (!list_empty(&dev->vbiq.active)) { in cx8800_suspend()
1600 if (!list_empty(&dev->vbiq.active)) { in cx8800_resume()
1602 cx8800_restart_vbi_queue(dev, &dev->vbiq); in cx8800_resume()
H A Dcx88.h487 struct cx88_dmaqueue vbiq; member
/linux-6.15/drivers/media/pci/bt8xx/
H A Dbttvp.h445 struct vb2_queue vbiq; member
H A Dbttv-driver.c1491 if (vb2_is_streaming(&btv->vbiq)) in buf_queue()
1556 if (!vb2_is_streaming(&btv->vbiq)) { in start_streaming()
1573 if (!vb2_is_streaming(&btv->vbiq)) { in stop_streaming()
1949 q = &btv->vbiq; in bttv_switch_type()
3101 q = &btv->vbiq; in vdev_init()
/linux-6.15/drivers/media/usb/cx231xx/
H A Dcx231xx.h646 struct vb2_queue vbiq; member
H A Dcx231xx-video.c1864 q = &dev->vbiq; in cx231xx_register_analog_devices()