Searched defs:dev_dma (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/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 | 104 const struct device *dev_dma; member 142 const struct device *dev_dma = dev_data->dev_dma; in i2s_tx_stream_disable() local 182 const struct device *dev_dma = dev_data->dev_dma; in i2s_rx_stream_disable() local 761 const struct device *dev_dma = dev_data->dev_dma; in i2s_tx_stream_start() local 837 const struct device *dev_dma = dev_data->dev_dma; in i2s_rx_stream_start() local
|
D | i2s_ll_stm32.h | 37 const struct device *dev_dma; member
|
D | i2s_ll_stm32.c | 458 static int reload_dma(const struct device *dev_dma, uint32_t channel, in reload_dma() 474 static int start_dma(const struct device *dev_dma, uint32_t channel, in start_dma()
|
D | i2s_mcux_flexcomm.c | 35 const struct device *dev_dma; member
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | spi_xmc4xxx.c | 50 const struct device *dev_dma; member 71 static void spi_xmc4xxx_dma_callback(const struct device *dev_dma, void *arg, uint32_t dma_channel, in spi_xmc4xxx_dma_callback()
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | dmamux_stm32.c | 35 const struct device *dev_dma; member
|
/Zephyr-Core-3.5.0/drivers/adc/ |
D | adc_mcux_adc16.c | 63 const struct device *dev_dma; member
|