Home
last modified time | relevance | path

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

/include/linux/
Ddmaengine.h509 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
512 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
515 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
519 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()
522 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()
525 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()
529 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()
535 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()
539 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()
543 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()
[all …]
/include/linux/dma/
Dipu-dma.h148 struct dma_async_tx_descriptor txd; member