Home
last modified time | relevance | path

Searched refs:dma_vidq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-video.c108 &dev->channels[channel->i].dma_vidq; in cx25821_video_irq()
243 struct cx25821_dmaqueue *q = &dev->channels[chan->id].dma_vidq; in cx25821_buffer_queue()
265 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq; in cx25821_start_streaming()
278 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq; in cx25821_stop_streaming()
724 INIT_LIST_HEAD(&chan->dma_vidq.active); in cx25821_video_register()
H A Dcx25821.h202 struct cx25821_dmaqueue dma_vidq; member