Lines Matching refs:tx_flags
1012 unsigned long tx_flags, void *context) in edma_prep_slave_sg() argument
1102 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_slave_sg()
1107 size_t len, unsigned long tx_flags) in edma_prep_dma_memcpy() argument
1182 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_memcpy()
1211 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_memcpy()
1215 if (!(tx_flags & DMA_PREP_INTERRUPT)) in edma_prep_dma_memcpy()
1218 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_memcpy()
1224 unsigned long tx_flags) in edma_prep_dma_interleaved() argument
1288 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_interleaved()
1293 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_interleaved()
1299 unsigned long tx_flags) in edma_prep_dma_cyclic() argument
1437 if (tx_flags & DMA_PREP_INTERRUPT) { in edma_prep_dma_cyclic()
1450 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_cyclic()