Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/linux/
H A Ddmaengine.h1435 static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan, in dma_async_is_tx_complete() function
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dclient.rst342 enum dma_status dma_async_is_tx_complete(struct dma_chan *chan,
/openbmc/linux/drivers/dma/
H A Ddmaengine.c527 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dma_sync_wait()
H A Ddmatest.c834 status = dma_async_is_tx_complete(chan, cookie, NULL, in dmatest_func()
/openbmc/linux/drivers/media/platform/intel/
H A Dpxa_camera.c1051 last_status = dma_async_is_tx_complete(pcdev->dma_chans[chan], in pxa_camera_dma_irq()
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-hash.c566 if (dma_async_is_tx_complete(hdev->dma_lch, cookie, in stm32_hash_xmit_dma()
/openbmc/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c600 req->status = dma_async_is_tx_complete(priv->dmach, req->cookie, in dma_xfer_callback()