Searched defs:txd (Results 1 – 2 of 2) sorted by relevance
549 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()552 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()555 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()559 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent()562 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next()565 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next()569 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent()575 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock()579 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock()583 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain()[all …]
145 struct dma_async_tx_descriptor txd; member