Lines Matching defs:txd
672 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
675 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
678 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
682 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
685 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
688 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
692 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
698 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
702 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
706 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
711 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
715 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
719 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
723 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()