Lines Matching defs:txd
549 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
552 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
555 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
559 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
562 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
565 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
569 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
575 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
579 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
583 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
588 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
592 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
596 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
600 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()