Searched refs:vbi_dma_q (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
H A D | au0828-video.c | 495 struct au0828_dmaqueue *vbi_dma_q = &dev->vbiq; in au0828_isoc_copy() local 556 buffer_filled(dev, vbi_dma_q, vbi_buf); in au0828_isoc_copy() 557 vbi_get_next_buf(vbi_dma_q, &vbi_buf); in au0828_isoc_copy() 599 vbi_dma_q->pos = 0; in au0828_isoc_copy() 612 au0828_copy_vbi(dev, vbi_dma_q, vbi_buf, p, in au0828_isoc_copy()
|
/kernel/linux/linux-6.6/drivers/media/usb/au0828/ |
H A D | au0828-video.c | 494 struct au0828_dmaqueue *vbi_dma_q = &dev->vbiq; in au0828_isoc_copy() local 555 buffer_filled(dev, vbi_dma_q, vbi_buf); in au0828_isoc_copy() 556 vbi_get_next_buf(vbi_dma_q, &vbi_buf); in au0828_isoc_copy() 598 vbi_dma_q->pos = 0; in au0828_isoc_copy() 611 au0828_copy_vbi(dev, vbi_dma_q, vbi_buf, p, in au0828_isoc_copy()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-core.c | 1008 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in em28xx_init_usb_xfer() local 1047 init_waitqueue_head(&vbi_dma_q->wq); in em28xx_init_usb_xfer()
|
H A D | em28xx-video.c | 651 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in process_frame_data_em28xx() local 692 vbi_buf = finish_field_prepare_next(dev, vbi_buf, vbi_dma_q); in process_frame_data_em28xx()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-core.c | 1000 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in em28xx_init_usb_xfer() local 1039 init_waitqueue_head(&vbi_dma_q->wq); in em28xx_init_usb_xfer()
|
H A D | em28xx-video.c | 641 struct em28xx_dmaqueue *vbi_dma_q = &dev->vbiq; in process_frame_data_em28xx() local 682 vbi_buf = finish_field_prepare_next(dev, vbi_buf, vbi_dma_q); in process_frame_data_em28xx()
|
Completed in 14 milliseconds