Searched refs:dma_async_is_tx_complete (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/Documentation/dmaengine/ |
D | client.txt | 184 4. enum dma_status dma_async_is_tx_complete(struct dma_chan *chan,
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_fence.c | 343 dma_async_is_tx_complete( in _scif_fence_wait()
|
D | scif_dma.c | 554 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in scif_async_dma()
|
/linux-4.4.14/include/linux/ |
D | dmaengine.h | 1090 static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan, in dma_async_is_tx_complete() function
|
/linux-4.4.14/drivers/dma/ |
D | dmatest.c | 626 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dmatest_func()
|
D | dmaengine.c | 286 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dma_sync_wait()
|