Lines Matching refs:mux_channels
56 const struct dmamux_stm32_channel *mux_channels; member
149 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()
240 dev_config->mux_channels[id].dma_id, stat) != 0) { in dmamux_stm32_get_status()
386 .mux_channels = dmamux_stm32_channels_##index, \