Searched refs:mux_channels (Results 1 – 1 of 1) sorted by relevance
56 const struct dmamux_stm32_channel *mux_channels; member149 if (dma_device->configure(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_configure()150 dev_config->mux_channels[id].dma_id, config) != 0) { in dmamux_stm32_configure()176 if (dma_device->start(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_start()177 dev_config->mux_channels[id].dma_id) != 0) { in dmamux_stm32_start()196 if (dma_device->stop(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_stop()197 dev_config->mux_channels[id].dma_id) != 0) { in dmamux_stm32_stop()217 if (dma_device->reload(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_reload()218 dev_config->mux_channels[id].dma_id, in dmamux_stm32_reload()239 if (dma_device->get_status(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_get_status()[all …]