Searched refs:dma_device (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/dma/ |
D | dmamux_stm32.c | 119 const struct dmamux_stm32_dma_fops *dma_device = get_dma_fops(dev_config); in dmamux_stm32_configure() local 149 if (dma_device->configure(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_configure() 168 const struct dmamux_stm32_dma_fops *dma_device = get_dma_fops(dev_config); in dmamux_stm32_start() local 176 if (dma_device->start(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_start() 188 const struct dmamux_stm32_dma_fops *dma_device = get_dma_fops(dev_config); in dmamux_stm32_stop() local 196 if (dma_device->stop(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_stop() 209 const struct dmamux_stm32_dma_fops *dma_device = get_dma_fops(dev_config); in dmamux_stm32_reload() local 217 if (dma_device->reload(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_reload() 231 const struct dmamux_stm32_dma_fops *dma_device = get_dma_fops(dev_config); in dmamux_stm32_get_status() local 239 if (dma_device->get_status(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_get_status()
|
D | dma_sedi.c | 26 extern void dma_isr(sedi_dma_t dma_device); 46 static void dma_handler(sedi_dma_t dma_device, int channel, int event_id, in dma_handler() argument
|
/Zephyr-latest/drivers/serial/ |
D | uart_mcux_flexcomm.c | 737 static void mcux_flexcomm_uart_dma_tx_callback(const struct device *dma_device, void *cb_data, in mcux_flexcomm_uart_dma_tx_callback() argument 758 static void mcux_flexcomm_uart_dma_rx_callback(const struct device *dma_device, void *cb_data, in mcux_flexcomm_uart_dma_rx_callback() argument
|