Home
last modified time | relevance | path

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

/include/linux/
A Ddmaengine.h670 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument
673 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() argument
696 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument
698 spin_lock_bh(&txd->lock); in txd_lock()
702 spin_unlock_bh(&txd->lock); in txd_unlock()
706 txd->next = next; in txd_chain()
707 next->parent = txd; in txd_chain()
711 txd->parent = NULL; in txd_clear_parent()
715 txd->next = NULL; in txd_clear_next()
719 return txd->parent; in txd_parent()
[all …]

Completed in 19 milliseconds