Home
last modified time | relevance | path

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

/drivers/media/usb/au0828/
Dau0828.h180 struct au0828_dmaqueue { struct
257 struct au0828_dmaqueue vidq;
258 struct au0828_dmaqueue vbiq;
Dau0828-video.c126 struct au0828_dmaqueue *dma_q = urb->context; in au0828_irq_callback()
213 struct au0828_dmaqueue *dma_q = &dev->vidq; in au0828_init_isoc()
302 struct au0828_dmaqueue *dma_q, in buffer_filled()
325 struct au0828_dmaqueue *dma_q, in au0828_copy_video()
405 static inline void get_next_buf(struct au0828_dmaqueue *dma_q, in get_next_buf()
429 struct au0828_dmaqueue *dma_q, in au0828_copy_vbi()
480 static inline void vbi_get_next_buf(struct au0828_dmaqueue *dma_q, in vbi_get_next_buf()
509 struct au0828_dmaqueue *dma_q = urb->context; in au0828_isoc_copy()
510 struct au0828_dmaqueue *vbi_dma_q = &dev->vbiq; in au0828_isoc_copy()
739 struct au0828_dmaqueue *vidq = &dev->vidq; in buffer_queue()
[all …]
Dau0828-vbi.c71 struct au0828_dmaqueue *vbiq = &dev->vbiq; in vbi_buffer_queue()