Searched defs:dma_dev (Results 26 – 42 of 42) sorted by relevance
12
/Zephyr-latest/drivers/i2s/ |
D | i2s_mcux_sai.c | 254 static void i2s_dma_tx_callback(const struct device *dma_dev, void *arg, uint32_t channel, in i2s_dma_tx_callback() 336 static void i2s_dma_rx_callback(const struct device *dma_dev, void *arg, uint32_t channel, in i2s_dma_rx_callback()
|
D | i2s_sam_ssc.c | 205 static void dma_rx_callback(const struct device *dma_dev, void *user_data, in dma_rx_callback() 265 static void dma_tx_callback(const struct device *dma_dev, void *user_data, in dma_tx_callback()
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_nxp_flexio_lcdif.c | 23 const struct device *dma_dev; member
|
/Zephyr-latest/drivers/spi/ |
D | spi_mcux_lpspi.c | 56 const struct device *dma_dev; member 740 static int lpspi_dma_dev_ready(const struct device *dma_dev) in lpspi_dma_dev_ready()
|
D | spi_gd32.c | 505 static void spi_gd32_dma_callback(const struct device *dma_dev, void *arg, in spi_gd32_dma_callback()
|
D | spi_mcux_flexcomm.c | 53 const struct device *dma_dev; member
|
D | spi_andes_atcspi200.c | 24 const struct device *dma_dev; member
|
D | spi_ll_stm32.c | 126 static void dma_callback(const struct device *dma_dev, void *arg, in dma_callback()
|
D | spi_pl022.c | 561 static void spi_pl022_dma_callback(const struct device *dma_dev, void *arg, uint32_t channel, in spi_pl022_dma_callback()
|
/Zephyr-latest/drivers/video/ |
D | video_esp32_dvp.c | 49 const struct device *dma_dev; member
|
D | video_stm32_dcmi.c | 31 const struct device *dma_dev; member
|
/Zephyr-latest/drivers/adc/ |
D | adc_mcux_adc16.c | 78 static void adc_dma_callback(const struct device *dma_dev, void *callback_arg, in adc_dma_callback()
|
D | adc_stm32.c | 150 const struct device *dma_dev; member
|
/Zephyr-latest/drivers/serial/ |
D | uart_mcux_lpuart.c | 42 const struct device *dma_dev; member 637 static void dma_callback(const struct device *dma_dev, void *callback_arg, uint32_t channel, in dma_callback()
|
D | uart_stm32.c | 1451 void uart_stm32_dma_tx_cb(const struct device *dma_dev, void *user_data, in uart_stm32_dma_tx_cb() 1507 void uart_stm32_dma_rx_cb(const struct device *dma_dev, void *user_data, in uart_stm32_dma_rx_cb()
|
D | uart_ns16550.c | 292 const struct device *dma_dev; member 305 const struct device *dma_dev; member
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 149 const struct device *dma_dev; member
|
12