Lines Matching refs:residue
455 * enum dma_residue_granularity - Granularity of the reported transfer residue
458 * not, which means residue reporting is not supported by this channel. The
459 * residue field of the dma_tx_state field will always be 0.
464 * outstanding residue by the size of the segment. Another possibility is if
467 * the number of segments without the flag set to compute the residue.
495 * @cmd_pause: true, if pause is supported (i.e. for reading residue or
499 * @residue_granularity: granularity of the reported transfer residue
548 u32 residue;
715 * @residue: the remaining number of bytes left to transmit
723 u32 residue;
798 * @residue_granularity: granularity of the transfer residue reported
1435 static inline void dma_set_tx_state(struct dma_tx_state *st, dma_cookie_t last, dma_cookie_t used, u32 residue)
1443 st->residue = residue;