Searched refs:ivtv_use_dma (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/pci/ivtv/
H A Divtv-queue.h36 static inline int ivtv_use_dma(struct ivtv_stream *s) function
43 if (ivtv_use_dma(s))
50 if (ivtv_use_dma(s))
73 if (ivtv_use_dma(s))
81 if (ivtv_use_dma(s))
H A Divtv-irq.c179 if (s->sg_pending_size == 0 && ivtv_use_dma(s)) {
264 if (x == 0 && ivtv_use_dma(s)) {
453 IVTV_DEBUG_HI_DMA("start %s for %s\n", ivtv_use_dma(s) ? "DMA" : "PIO", s->name);
458 if (ivtv_use_dma(s))
473 if (ivtv_use_dma(s_vbi))

Completed in 129 milliseconds