Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/async_tx/
Dasync_tx.c131 if (dma_wait_for_async_tx(depend_tx) != DMA_COMPLETE) in async_tx_channel_switch()
283 if (dma_wait_for_async_tx(*tx) != DMA_COMPLETE) in async_tx_quiesce()
/Linux-v4.19/include/linux/
Ddmaengine.h1314 enum dma_status dma_wait_for_async_tx(struct dma_async_tx_descriptor *tx);
1334 static inline enum dma_status dma_wait_for_async_tx(struct dma_async_tx_descriptor *tx) in dma_wait_for_async_tx() function
/Linux-v4.19/drivers/dma/
Ddmaengine.c1313 dma_wait_for_async_tx(struct dma_async_tx_descriptor *tx) in dma_wait_for_async_tx() function
1331 EXPORT_SYMBOL_GPL(dma_wait_for_async_tx);
/Linux-v4.19/Documentation/crypto/
Dasync-tx-api.txt103 1/ Call dma_wait_for_async_tx(). This call causes the CPU to spin while
/Linux-v4.19/sound/soc/intel/common/
Dsst-firmware.c105 dma_wait_for_async_tx(desc); in sst_dsp_dma_copy()