Lines Matching defs:txd
654 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
657 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
660 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
664 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
667 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
670 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
674 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
680 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
684 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
688 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
693 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
697 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
701 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
705 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()