Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/au0828/
Dau0828.h182 struct au0828_dmaqueue { struct
259 struct au0828_dmaqueue vidq;
260 struct au0828_dmaqueue vbiq;
Dau0828-video.c124 struct au0828_dmaqueue *dma_q = urb->context; in au0828_irq_callback()
211 struct au0828_dmaqueue *dma_q = &dev->vidq; in au0828_init_isoc()
301 struct au0828_dmaqueue *dma_q, in buffer_filled()
324 struct au0828_dmaqueue *dma_q, in au0828_copy_video()
404 static inline void get_next_buf(struct au0828_dmaqueue *dma_q, in get_next_buf()
428 struct au0828_dmaqueue *dma_q, in au0828_copy_vbi()
479 static inline void vbi_get_next_buf(struct au0828_dmaqueue *dma_q, in vbi_get_next_buf()
508 struct au0828_dmaqueue *dma_q = urb->context; in au0828_isoc_copy()
509 struct au0828_dmaqueue *vbi_dma_q = &dev->vbiq; in au0828_isoc_copy()
686 struct au0828_dmaqueue *vidq = &dev->vidq; in buffer_queue()
[all …]
Dau0828-vbi.c77 struct au0828_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue()