Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddmamux_stm32.c37 uint8_t dma_id; member
150 dev_config->mux_channels[id].dma_id, config) != 0) { in dmamux_stm32_configure()
177 dev_config->mux_channels[id].dma_id) != 0) { in dmamux_stm32_start()
197 dev_config->mux_channels[id].dma_id) != 0) { in dmamux_stm32_stop()
218 dev_config->mux_channels[id].dma_id, in dmamux_stm32_reload()
240 dev_config->mux_channels[id].dma_id, stat) != 0) { in dmamux_stm32_get_status()
353 { .dev_dma = DEV_DMA_BINDING(x), .dma_id = DMA_CHANNEL(x), }
355 { .dev_dma = DEV_BDMA_BINDING(x), .dma_id = BDMA_CHANNEL(x), }
/Zephyr-latest/include/zephyr/drivers/
Ddai.h288 int dma_id; member
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c425 cfg->dma_chan_count * cfg->dma_id); in dai_timestamp_dmic_start()