Searched refs:vbiq (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/media/usb/au0828/ |
D | au0828-vbi.c | 71 struct au0828_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue() local 78 list_add_tail(&buf->list, &vbiq->active); in vbi_buffer_queue()
|
D | au0828-video.c | 477 struct au0828_dev *dev = container_of(dma_q, struct au0828_dev, vbiq); in vbi_get_next_buf() 504 struct au0828_dmaqueue *vbi_dma_q = &dev->vbiq; in au0828_isoc_copy() 890 struct au0828_dmaqueue *vbiq = &dev->vbiq; in au0828_stop_vbi_streaming() local 905 while (!list_empty(&vbiq->active)) { in au0828_stop_vbi_streaming() 908 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming() 984 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 | 256 struct au0828_dmaqueue vbiq; member
|
/Linux-v4.19/drivers/media/usb/em28xx/ |
D | em28xx-vbi.c | 80 struct em28xx_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue() local 87 list_add_tail(&buf->list, &vbiq->active); in vbi_buffer_queue()
|
D | em28xx-video.c | 658 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in process_frame_data_em28xx() 1191 struct em28xx_dmaqueue *vbiq = &dev->vbiq; in em28xx_stop_vbi_streaming() local 1212 while (!list_empty(&vbiq->active)) { in em28xx_stop_vbi_streaming() 1215 buf = list_entry(vbiq->active.next, struct em28xx_buffer, list); in em28xx_stop_vbi_streaming() 2615 INIT_LIST_HEAD(&dev->vbiq.active); in em28xx_v4l2_init()
|
D | em28xx.h | 717 struct em28xx_dmaqueue vbiq; member
|
D | em28xx-core.c | 1011 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in em28xx_init_usb_xfer()
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 88 cx23885_video_wakeup(dev, &dev->vbiq, count); in cx23885_vbi_irq() 199 struct cx23885_dmaqueue *q = &dev->vbiq; in buffer_queue() 230 struct cx23885_dmaqueue *dmaq = &dev->vbiq; in cx23885_start_streaming() 241 struct cx23885_dmaqueue *dmaq = &dev->vbiq; in cx23885_stop_streaming()
|
D | cx23885.h | 439 struct cx23885_dmaqueue vbiq; member
|
D | cx23885-video.c | 1201 INIT_LIST_HEAD(&dev->vbiq.active); in cx23885_video_register()
|
/Linux-v4.19/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 | 1132 cx88_wakeup(core, &dev->vbiq, count); in cx8800_vid_irq() 1341 INIT_LIST_HEAD(&dev->vbiq.active); in cx8800_initdev() 1590 if (!list_empty(&dev->vbiq.active)) { in cx8800_suspend() 1649 if (!list_empty(&dev->vbiq.active)) { in cx8800_resume() 1651 cx8800_restart_vbi_queue(dev, &dev->vbiq); in cx8800_resume()
|
D | cx88.h | 496 struct cx88_dmaqueue vbiq; member
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx.h | 453 struct videobuf_queue vbiq; member
|