Searched refs:txd (Results 1 – 1 of 1) sorted by relevance
424 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument427 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() argument430 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() argument434 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() argument437 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next() argument440 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next() argument444 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent() argument450 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument452 spin_lock_bh(&txd->lock); in txd_lock()454 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() argument[all …]