Home
last modified time | relevance | path

Searched refs:txd (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Ddmaengine.h424 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument
427 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() argument
430 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() argument
434 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() argument
437 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next() argument
440 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next() argument
444 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent() argument
450 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument
452 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 …]