Lines Matching defs:txd
656 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
659 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
662 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
666 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
669 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
672 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
676 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
682 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
686 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
690 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
695 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
699 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
703 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
707 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()