Lines Matching full:transfer
91 setting the DMA_PREP_REPEAT transfer flag.
93 A non-NULL return of this transfer API represents a "descriptor" for
178 after their transfer completion callback has run for the descriptor.
179 If no completion callback has been defined for the transfer, then the
181 In other words: if the aim is to read back metadata after the transfer is
209 3. submit the transfer
216 3. submit the transfer
217 4. when the transfer is completed, the metadata should be available in the
230 5. submit the transfer
235 2. submit the transfer
236 3. on transfer completion, use dmaengine_desc_get_metadata_ptr() to get
243 is no longer valid after the transfer has been completed (valid up to the
268 After calling ``dmaengine_submit()`` the submitted transfer descriptor
310 is safe to free the memory accessed by the DMA transfer or free resources
313 dmaengine_terminate_sync() will wait for the transfer and any running
368 wait for the transfer and any running complete callbacks to finish before it