Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c292 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in omap_vout_prepare_vrfb()
/linux/include/linux/
H A Ddmaengine.h1469 static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan, in dma_async_is_tx_complete() function
/linux/drivers/dma/
H A Ddmaengine.c529 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dma_sync_wait()
/linux/drivers/media/platform/intel/
H A Dpxa_camera.c1052 last_status = dma_async_is_tx_complete(pcdev->dma_chans[chan], in pxa_camera_dma_irq()
/linux/drivers/crypto/stm32/
H A Dstm32-hash.c571 if (dma_async_is_tx_complete(hdev->dma_lch, cookie, in stm32_hash_xmit_dma()