Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dimx-sdma.c394 struct sdma_channel *sdmac; member
692 static int sdma_config_ownership(struct sdma_channel *sdmac, in sdma_config_ownership() argument
695 struct sdma_engine *sdma = sdmac->sdma; in sdma_config_ownership()
696 int channel = sdmac->channel; in sdma_config_ownership()
795 static void sdma_event_enable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_enable() argument
797 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_enable()
798 int channel = sdmac->channel; in sdma_event_enable()
807 if (sdmac->sw_done) { in sdma_event_enable()
815 static void sdma_event_disable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_disable() argument
817 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_disable()
[all …]