Lines Matching defs:used
262 * currently used size of the metadata and can directly update or read it.
268 * callback returns if used).
322 * @device_node: used to add this to the device chan list
411 * to be accessed on the device side. It is only used for devices which is using
714 * @used: last issued DMA cookie (i.e. the one in progress)
722 dma_cookie_t used;
743 * parameter to be used by a filter function
817 * @device_caps: May be used to override the generic DMA slave capabilities
840 * will be used when this is omitted, but custom code can show extra,
1389 * @used: returns last issued cookie, can be NULL
1391 * If @last and @used are passed in, upon return they reflect the driver
1392 * internal state and can be used with dma_async_is_complete() to check
1396 dma_cookie_t *used)
1405 if (used) {
1406 *used = state.used;
1417 * dma_async_is_complete() is used in dma_async_is_tx_complete()
1435 static inline void dma_set_tx_state(struct dma_tx_state *st, dma_cookie_t last, dma_cookie_t used, u32 residue)
1442 st->used = used;