Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dimx-sdma.c326 struct sdma_channel *sdmac; member
602 static int sdma_config_ownership(struct sdma_channel *sdmac, in sdma_config_ownership() argument
605 struct sdma_engine *sdma = sdmac->sdma; in sdma_config_ownership()
606 int channel = sdmac->channel; in sdma_config_ownership()
700 static void sdma_event_enable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_enable() argument
702 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_enable()
703 int channel = sdmac->channel; in sdma_event_enable()
712 static void sdma_event_disable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_disable() argument
714 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_disable()
715 int channel = sdmac->channel; in sdma_event_disable()
[all …]