Lines Matching refs:dmaq
107 struct cx25821_dmaqueue *dmaq =
112 if (!list_empty(&dmaq->active)) {
113 buf = list_entry(dmaq->active.next,
117 buf->vb.sequence = dmaq->count++;
265 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq;
266 struct cx25821_buffer *buf = list_entry(dmaq->active.next,
269 dmaq->count = 0;
270 cx25821_start_video_dma(dev, dmaq, buf, chan->sram_channels);
278 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq;
283 while (!list_empty(&dmaq->active)) {
284 struct cx25821_buffer *buf = list_entry(dmaq->active.next,