Lines Matching defs:txd
670 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
673 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
676 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
680 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
683 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
686 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
690 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
696 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
700 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
704 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
709 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
713 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
717 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
721 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()