Lines Matching full:transfers

11 They have a given number of channels to use for the DMA transfers, and
41 really efficient, you'll get several bigger transfers. This is done
44 transfer into smaller sub-transfers.
46 Our theoretical DMA controller would then only be able to do transfers
48 transfers we usually have are not, and want to copy data from
52 DMAEngine, at least for mem2dev transfers, require support for
80 memory-to-device (mem2dev) kind of transfers. Most devices often
81 support other kind of transfers or memory operations that dmaengine
91 Over time, the need for memory to device transfers arose, and
125 (i.e. excluding mem2mem transfers)
215 - The devices only supports slave transfers, and as such isn't
216 available for async transfers.
229 - The device can handle device to memory transfers, including
230 scatter-gather transfers.
242 - The device can handle cyclic transfers.
247 - It's usually used for audio transfers, where you want to operate
254 - These transfers can transfer data from a non-contiguous buffer
259 - It's usually used for 2d content transfers, in which case you
281 - The device supports repeated transfers. A repeated transfer, indicated by
286 - This feature is limited to interleaved transfers, this flag should thus not
293 - The device supports replacing repeated transfers at end of transfer (EOT)
476 currently queued transfers, but only on subsequent ones
507 - Aborts all the pending and ongoing transfers on the channel
509 - For aborted transfers the complete callback should not be called
543 ignored in the slave transfers case.
581 ``dma_map_sg()`` and ``dma_unmap_sg()`` in between 2 transfers,
611 client terminates all transfers.
621 - This is the default behaviour for non-repeated transfers, specifying
622 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.
624 - When using repeated transfers, DMA clients will usually need to set the
625 DMA_PREP_LOAD_EOT flag on all transfers, otherwise the channel will keep
626 repeating the last repeated transfer and ignore the new transfers being