Home
last modified time | relevance | path

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

/openbmc/linux/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()
884 struct au0828_dmaqueue *vbiq = &dev->vbiq; in au0828_stop_vbi_streaming() local
901 while (!list_empty(&vbiq->active)) { in au0828_stop_vbi_streaming()
904 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming()
981 struct au0828_dmaqueue *dma_q = &dev->vbiq; in au0828_vbi_buffer_timeout()
1954 INIT_LIST_HEAD(&dev->vbiq.active); in au0828_analog_register()
H A Dau0828.h247 struct au0828_dmaqueue vbiq; member
/openbmc/linux/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.h713 struct em28xx_dmaqueue vbiq; member
H A Dem28xx-core.c1000 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in em28xx_init_usb_xfer()
/openbmc/linux/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.h429 struct cx23885_dmaqueue vbiq; member
H A Dcx23885-video.c1259 INIT_LIST_HEAD(&dev->vbiq.active); in cx23885_video_register()
/openbmc/linux/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.c1096 cx88_wakeup(core, &dev->vbiq, count); in cx8800_vid_irq()
1305 INIT_LIST_HEAD(&dev->vbiq.active); in cx8800_initdev()
1566 if (!list_empty(&dev->vbiq.active)) { in cx8800_suspend()
1602 if (!list_empty(&dev->vbiq.active)) { in cx8800_resume()
1604 cx8800_restart_vbi_queue(dev, &dev->vbiq); in cx8800_resume()
H A Dcx88.h487 struct cx88_dmaqueue vbiq; member
/openbmc/linux/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()
1951 q = &btv->vbiq; in bttv_switch_type()
3103 q = &btv->vbiq; in vdev_init()
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx.h643 struct vb2_queue vbiq; member
H A Dcx231xx-video.c1865 q = &dev->vbiq; in cx231xx_register_analog_devices()