Lines Matching defs:txd
664 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
667 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
670 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
674 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
677 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
680 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
684 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
690 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
694 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
698 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
703 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
707 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
711 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
715 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()