Lines Matching defs:txd
416 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
419 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
422 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
426 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
429 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
432 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
436 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
442 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
446 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
450 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
455 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
459 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
463 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
467 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()