Home
last modified time | relevance | path

Searched refs:D40_DMA_STOP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c112 * @D40_DMA_STOP: DMA channel command STOP or status STOPPED,
118 D40_DMA_STOP = 0, enumerator
1048 if (command == D40_DMA_STOP) { in __d40_execute_command_phy()
1066 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP) in __d40_execute_command_phy()
1088 if (status == D40_DMA_STOP || in __d40_execute_command_phy()
1282 case D40_DMA_STOP: in __d40_execute_command_log()
1294 if (!d40_chan_has_events(d40c) && (command == D40_DMA_STOP)) in __d40_execute_command_log()
2022 res = d40_channel_execute_command(d40c, D40_DMA_STOP); in d40_free_dma()
2069 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP) in d40_is_paused()
2595 ret = d40_channel_execute_command(d40c, D40_DMA_STOP); in d40_terminate_all()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c141 * @D40_DMA_STOP: DMA channel command STOP or status STOPPED,
147 D40_DMA_STOP = 0, enumerator
1073 if (command == D40_DMA_STOP) { in __d40_execute_command_phy()
1091 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP) in __d40_execute_command_phy()
1113 if (status == D40_DMA_STOP || in __d40_execute_command_phy()
1307 case D40_DMA_STOP: in __d40_execute_command_log()
1319 if (!d40_chan_has_events(d40c) && (command == D40_DMA_STOP)) in __d40_execute_command_log()
2046 res = d40_channel_execute_command(d40c, D40_DMA_STOP); in d40_free_dma()
2093 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP) in d40_is_paused()
2618 ret = d40_channel_execute_command(d40c, D40_DMA_STOP); in d40_terminate_all()
[all...]

Completed in 12 milliseconds