Lines Matching defs:txd
509 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
512 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
515 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
519 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
522 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
525 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
529 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
535 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
539 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
543 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
548 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
552 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
556 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
560 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()