Lines Matching defs:txd
489 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
492 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
495 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
499 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
502 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
505 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
509 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
515 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
519 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
523 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
528 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
532 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
536 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
540 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()