Home
last modified time | relevance | path

Searched refs:au0828_dmaqueue (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/media/usb/au0828/
Dau0828.h167 struct au0828_dmaqueue { struct
246 struct au0828_dmaqueue vidq;
247 struct au0828_dmaqueue vbiq;
Dau0828-video.c112 struct au0828_dmaqueue *dma_q = urb->context; in au0828_irq_callback()
199 struct au0828_dmaqueue *dma_q = &dev->vidq; in au0828_init_isoc()
287 struct au0828_dmaqueue *dma_q, in buffer_filled()
310 struct au0828_dmaqueue *dma_q, in au0828_copy_video()
390 static inline void get_next_buf(struct au0828_dmaqueue *dma_q, in get_next_buf()
414 struct au0828_dmaqueue *dma_q, in au0828_copy_vbi()
465 static inline void vbi_get_next_buf(struct au0828_dmaqueue *dma_q, in vbi_get_next_buf()
494 struct au0828_dmaqueue *dma_q = urb->context; in au0828_isoc_copy()
495 struct au0828_dmaqueue *vbi_dma_q = &dev->vbiq; in au0828_isoc_copy()
724 struct au0828_dmaqueue *vidq = &dev->vidq; in buffer_queue()
[all …]
Dau0828-vbi.c58 struct au0828_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue()