Searched defs:dev_dma (Results  1 – 9 of 9) 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 | 111 	const struct device *dev_dma;  member 142 	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 681 	const struct device *dev_dma = dev_data->dev_dma;  in i2s_tx_stream_start()  local 756 	const struct device *dev_dma = dev_data->dev_dma;  in i2s_rx_stream_start()  local
  | 
| D | i2s_ll_stm32.h | 29 	const struct device *dev_dma;  member
  | 
| D | i2s_ll_stm32.c | 452 static int reload_dma(const struct device *dev_dma, uint32_t channel,  in reload_dma() 468 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-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
  | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_ifx_cat1.c | 523 	const struct device *dev_dma = data->async.dma_tx.dev;  in ifx_cat1_uart_async_tx()  local
  |