Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/
Dimx-sdma.c384 struct sdma_channel *sdmac; member
668 static int sdma_config_ownership(struct sdma_channel *sdmac, in sdma_config_ownership() argument
671 struct sdma_engine *sdma = sdmac->sdma; in sdma_config_ownership()
672 int channel = sdmac->channel; in sdma_config_ownership()
767 static void sdma_event_enable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_enable() argument
769 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_enable()
770 int channel = sdmac->channel; in sdma_event_enable()
779 static void sdma_event_disable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_disable() argument
781 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_disable()
782 int channel = sdmac->channel; in sdma_event_disable()
[all …]