Home
last modified time | relevance | path

Searched refs:EDMA_ST_PAUSE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/dw-edma/
H A Ddw-edma-core.h37 EDMA_ST_PAUSE, enumerator
H A Ddw-edma-core.c233 } else if (chan->status != EDMA_ST_PAUSE) { in dw_edma_device_resume()
253 } else if (chan->status == EDMA_ST_PAUSE) { in dw_edma_device_terminate_all()
306 if (ret == DMA_IN_PROGRESS && chan->status == EDMA_ST_PAUSE) in dw_edma_device_tx_status()
524 chan->status = EDMA_ST_PAUSE; in dw_edma_done_interrupt()
/kernel/linux/linux-6.6/drivers/dma/dw-edma/
H A Ddw-edma-core.h32 EDMA_ST_PAUSE, enumerator
H A Ddw-edma-core.c268 } else if (chan->status != EDMA_ST_PAUSE) { in dw_edma_device_resume()
287 } else if (chan->status == EDMA_ST_PAUSE) { in dw_edma_device_terminate_all()
340 if (ret == DMA_IN_PROGRESS && chan->status == EDMA_ST_PAUSE) in dw_edma_device_tx_status()
629 chan->status = EDMA_ST_PAUSE; in dw_edma_done_interrupt()

Completed in 5 milliseconds