Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds