Lines Matching refs:tx_flags
1069 unsigned long tx_flags, void *context) in edma_prep_slave_sg() argument
1159 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_slave_sg()
1164 size_t len, unsigned long tx_flags) in edma_prep_dma_memcpy() argument
1239 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_memcpy()
1268 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_memcpy()
1272 if (!(tx_flags & DMA_PREP_INTERRUPT)) in edma_prep_dma_memcpy()
1275 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_memcpy()
1281 unsigned long tx_flags) in edma_prep_dma_interleaved() argument
1345 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_interleaved()
1350 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_interleaved()
1356 unsigned long tx_flags) in edma_prep_dma_cyclic() argument
1494 if (tx_flags & DMA_PREP_INTERRUPT) { in edma_prep_dma_cyclic()
1507 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_cyclic()