Lines Matching defs:txd
658 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
661 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
664 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
668 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
671 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
674 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
678 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
684 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
688 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
692 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
697 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
701 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
705 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
709 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()