Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/ivtv/
Divtv-queue.h48 static inline int ivtv_use_dma(struct ivtv_stream *s) in ivtv_use_dma() function
55 if (ivtv_use_dma(s)) in ivtv_buf_sync_for_cpu()
62 if (ivtv_use_dma(s)) in ivtv_buf_sync_for_device()
84 if (ivtv_use_dma(s)) in ivtv_stream_sync_for_cpu()
91 if (ivtv_use_dma(s)) in ivtv_stream_sync_for_device()
Divtv-irq.c160 if (s->sg_pending_size == 0 && ivtv_use_dma(s)) { in stream_enc_dma_append()
245 if (x == 0 && ivtv_use_dma(s)) { in dma_post()
413 IVTV_DEBUG_HI_DMA("start %s for %s\n", ivtv_use_dma(s) ? "DMA" : "PIO", s->name); in ivtv_dma_enc_start()
418 if (ivtv_use_dma(s)) in ivtv_dma_enc_start()
433 if (ivtv_use_dma(s_vbi)) in ivtv_dma_enc_start()