Lines Matching full:transfer
95 setting the DMA_PREP_REPEAT transfer flag.
97 A non-NULL return of this transfer API represents a "descriptor" for
189 after their transfer completion callback has run for the descriptor.
190 If no completion callback has been defined for the transfer, then the
192 In other words: if the aim is to read back metadata after the transfer is
220 3. submit the transfer
227 3. submit the transfer
228 4. when the transfer is completed, the metadata should be available in the
241 5. submit the transfer
246 2. submit the transfer
247 3. on transfer completion, use dmaengine_desc_get_metadata_ptr() to get
254 is no longer valid after the transfer has been completed (valid up to the
279 After calling ``dmaengine_submit()`` the submitted transfer descriptor
321 is safe to free the memory accessed by the DMA transfer or free resources
324 dmaengine_terminate_sync() will wait for the transfer and any running
379 wait for the transfer and any running complete callbacks to finish before it