Home
last modified time | relevance | path

Searched refs:semaphore_mode (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c290 bool semaphore_mode; member
1123 if (chan->semaphore_mode && in stm32_dma3_alloc_chan_resources()
1139 if (chan->semaphore_mode) { in stm32_dma3_alloc_chan_resources()
1175 if (chan->semaphore_mode) in stm32_dma3_free_chan_resources()
1246 if (chan->semaphore_mode && !chan->semaphore_taken) in stm32_dma3_prep_dma_memcpy()
1310 if (chan->semaphore_mode && !chan->semaphore_taken) in stm32_dma3_prep_slave_sg()
1400 if (chan->semaphore_mode && !chan->semaphore_taken) in stm32_dma3_prep_dma_cyclic()
1702 ddata->chans[i].semaphore_mode = true; in stm32_dma3_check_rif()
1707 ddata->chans[i].semaphore_mode ? "Semaphore" : "Static CID", in stm32_dma3_check_rif()
2005 if (chan->semaphore_mode && chan->semaphore_taken) in stm32_dma3_pm_resume()