Lines Matching defs:dma_channel
73 struct dma_esp32_channel dma_channel[DMA_MAX_CHANNEL * 2]; member
140 static int dma_esp32_config_rx_descriptor(struct dma_esp32_channel *dma_channel, in dma_esp32_config_rx_descriptor()
186 static int dma_esp32_config_rx(const struct device *dev, struct dma_esp32_channel *dma_channel, in dma_esp32_config_rx()
223 static int dma_esp32_config_tx_descriptor(struct dma_esp32_channel *dma_channel, in dma_esp32_config_tx_descriptor()
272 static int dma_esp32_config_tx(const struct device *dev, struct dma_esp32_channel *dma_channel, in dma_esp32_config_tx()
311 struct dma_esp32_channel *dma_channel = &config->dma_channel[channel]; in dma_esp32_config() local
371 struct dma_esp32_channel *dma_channel = &config->dma_channel[channel]; in dma_esp32_start() local
422 struct dma_esp32_channel *dma_channel = &config->dma_channel[channel]; in dma_esp32_stop() local
456 struct dma_esp32_channel *dma_channel = &config->dma_channel[channel]; in dma_esp32_get_status() local
499 struct dma_esp32_channel *dma_channel = &config->dma_channel[channel]; in dma_esp32_reload() local
574 struct dma_esp32_channel *dma_channel; in dma_esp32_init() local