Searched defs:dev_dma (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/drivers/i2s/ |
D | i2s_sam_ssc.c | 70 const struct device *dev_dma; member 165 static int reload_dma(const struct device *dev_dma, uint32_t channel, in reload_dma() 180 static int start_dma(const struct device *dev_dma, uint32_t channel, in start_dma() 635 const struct device *dev_dma) in rx_stream_start() 681 const struct device *dev_dma) in tx_stream_start() 733 const struct device *dev_dma) in rx_stream_disable() 745 const struct device *dev_dma) in tx_stream_disable()
|
D | i2s_mcux_sai.c | 105 const struct device *dev_dma; member 140 const struct device *dev_dma = dev_data->dev_dma; in i2s_tx_stream_disable() local 177 const struct device *dev_dma = dev_data->dev_dma; in i2s_rx_stream_disable() local 702 const struct device *dev_dma = dev_data->dev_dma; in i2s_tx_stream_start() local 777 const struct device *dev_dma = dev_data->dev_dma; in i2s_rx_stream_start() local
|
D | i2s_ll_stm32.c | 497 static int reload_dma(const struct device *dev_dma, uint32_t channel, in reload_dma() 513 static int start_dma(const struct device *dev_dma, uint32_t channel, in start_dma()
|
D | i2s_ll_stm32.h | 37 const struct device *dev_dma; member
|
D | i2s_mcux_flexcomm.c | 35 const struct device *dev_dma; member
|
/Zephyr-latest/drivers/spi/ |
D | spi_xmc4xxx.c | 51 const struct device *dev_dma; member 72 static void spi_xmc4xxx_dma_callback(const struct device *dev_dma, void *arg, uint32_t dma_channel, in spi_xmc4xxx_dma_callback()
|
/Zephyr-latest/drivers/dma/ |
D | dmamux_stm32.c | 35 const struct device *dev_dma; member
|
/Zephyr-latest/drivers/adc/ |
D | adc_mcux_adc16.c | 63 const struct device *dev_dma; member
|