Searched refs:vbiq (Results 1 – 17 of 17) sorted by relevance
/drivers/media/usb/au0828/ |
D | au0828-vbi.c | 59 struct au0828_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue() local 66 list_add_tail(&buf->list, &vbiq->active); in vbi_buffer_queue()
|
D | au0828-video.c | 467 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()
|
D | au0828.h | 247 struct au0828_dmaqueue vbiq; member
|
/drivers/media/usb/em28xx/ |
D | em28xx-vbi.c | 70 struct em28xx_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue() local 77 list_add_tail(&buf->list, &vbiq->active); in vbi_buffer_queue()
|
D | em28xx-video.c | 641 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()
|
D | em28xx.h | 713 struct em28xx_dmaqueue vbiq; member
|
D | em28xx-core.c | 1000 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in em28xx_init_usb_xfer()
|
/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 78 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()
|
D | cx23885.h | 429 struct cx23885_dmaqueue vbiq; member
|
D | cx23885-video.c | 1259 INIT_LIST_HEAD(&dev->vbiq.active); in cx23885_video_register()
|
/drivers/media/pci/cx88/ |
D | cx88-vbi.c | 172 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()
|
D | cx88-video.c | 1096 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()
|
D | cx88.h | 487 struct cx88_dmaqueue vbiq; member
|
/drivers/media/pci/bt8xx/ |
D | bttvp.h | 445 struct vb2_queue vbiq; member
|
D | bttv-driver.c | 1491 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()
|
/drivers/media/usb/cx231xx/ |
D | cx231xx.h | 643 struct vb2_queue vbiq; member
|
D | cx231xx-video.c | 1865 q = &dev->vbiq; in cx231xx_register_analog_devices()
|