Searched refs:dma_async_is_tx_complete (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 184 4. enum dma_status dma_async_is_tx_complete(struct dma_chan *chan,
|
/linux-4.1.27/include/linux/ |
D | dmaengine.h | 983 static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan, in dma_async_is_tx_complete() function
|
/linux-4.1.27/drivers/dma/ |
D | dmaengine.c | 279 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dma_sync_wait()
|
D | dmatest.c | 626 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dmatest_func()
|
/linux-4.1.27/drivers/tty/serial/ |
D | sh-sci.c | 1433 if (dma_async_is_tx_complete(s->chan_rx, s->active_rx, NULL, NULL) != in work_fn_rx()
|