Lines Matching defs:txd
523 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
526 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
529 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
533 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
536 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
539 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
543 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
549 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
553 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
557 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
562 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
566 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
570 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
574 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()