Searched refs:dma_async_is_tx_complete (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c292 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL);
/linux-master/include/linux/
H A Ddmaengine.h1423 * dma_async_is_tx_complete - poll for transaction completion
1433 static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan, function
1453 * dma_async_is_complete() is used in dma_async_is_tx_complete()
/linux-master/drivers/dma/
H A Ddmaengine.c527 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL);
H A Ddmatest.c848 status = dma_async_is_tx_complete(chan, cookie, NULL,
/linux-master/drivers/crypto/stm32/
H A Dstm32-hash.c566 if (dma_async_is_tx_complete(hdev->dma_lch, cookie,
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c602 req->status = dma_async_is_tx_complete(priv->dmach, req->cookie,
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c1051 last_status = dma_async_is_tx_complete(pcdev->dma_chans[chan],

Completed in 156 milliseconds