Lines Matching refs:dma_q
818 struct cal_dmaqueue *dma_q = &ctx->vidq; in cal_schedule_next_buffer() local
822 buf = list_entry(dma_q->active.next, struct cal_buffer, list); in cal_schedule_next_buffer()
849 struct cal_dmaqueue *dma_q; in cal_irq() local
883 dma_q = &ctx->vidq; in cal_irq()
886 if (!list_empty(&dma_q->active) && in cal_irq()
894 dma_q = &ctx->vidq; in cal_irq()
897 if (!list_empty(&dma_q->active) && in cal_irq()
1283 struct cal_dmaqueue *dma_q = &ctx->vidq; in cal_start_streaming() local
1290 if (list_empty(&dma_q->active)) { in cal_start_streaming()
1296 buf = list_entry(dma_q->active.next, struct cal_buffer, list); in cal_start_streaming()
1335 list_for_each_entry_safe(buf, tmp, &dma_q->active, list) { in cal_start_streaming()
1345 struct cal_dmaqueue *dma_q = &ctx->vidq; in cal_stop_streaming() local
1357 list_for_each_entry_safe(buf, tmp, &dma_q->active, list) { in cal_stop_streaming()