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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-queue.h48 static inline int ivtv_use_dma(struct ivtv_stream *s) function
55 if (ivtv_use_dma(s))
62 if (ivtv_use_dma(s))
84 if (ivtv_use_dma(s))
91 if (ivtv_use_dma(s))
H A Divtv-irq.c160 if (s->sg_pending_size == 0 && ivtv_use_dma(s)) {
245 if (x == 0 && ivtv_use_dma(s)) {
413 IVTV_DEBUG_HI_DMA("start %s for %s\n", ivtv_use_dma(s) ? "DMA" : "PIO", s->name);
418 if (ivtv_use_dma(s))
433 if (ivtv_use_dma(s_vbi))

Completed in 80 milliseconds