Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/omap/
Domap_vout_vrfb.c295 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in omap_vout_prepare_vrfb()
/Linux-v4.19/Documentation/driver-api/dmaengine/
Dclient.rst238 enum dma_status dma_async_is_tx_complete(struct dma_chan *chan,
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_fence.c344 dma_async_is_tx_complete( in _scif_fence_wait()
Dscif_dma.c535 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in scif_async_dma()
/Linux-v4.19/include/linux/
Ddmaengine.h1265 static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan, in dma_async_is_tx_complete() function
/Linux-v4.19/drivers/dma/
Ddmaengine.c288 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dma_sync_wait()
Ddmatest.c722 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dmatest_func()
/Linux-v4.19/drivers/crypto/stm32/
Dstm32-hash.c470 if (dma_async_is_tx_complete(hdev->dma_lch, cookie, in stm32_hash_xmit_dma()
/Linux-v4.19/drivers/media/platform/
Dpxa_camera.c1096 last_status = dma_async_is_tx_complete(pcdev->dma_chans[chan], in pxa_camera_dma_irq()
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c606 req->status = dma_async_is_tx_complete(priv->dmach, req->cookie, in dma_xfer_callback()