Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821-video.c121 &dev->channels[channel->i].dma_vidq; in cx25821_video_irq()
256 struct cx25821_dmaqueue *q = &dev->channels[chan->id].dma_vidq; in cx25821_buffer_queue()
278 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq; in cx25821_start_streaming()
291 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq; in cx25821_stop_streaming()
740 INIT_LIST_HEAD(&chan->dma_vidq.active); in cx25821_video_register()
Dcx25821.h214 struct cx25821_dmaqueue dma_vidq; member