Lines Matching defs:txd
561 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
564 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
567 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
571 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
574 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
577 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
581 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
587 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
591 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
595 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
600 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
604 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
608 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
612 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()