/Zephyr-latest/drivers/flash/ |
D | flash_util.c | 124 int z_impl_flash_copy(const struct device *src_dev, off_t src_offset, const struct device *dst_dev, in z_impl_flash_copy() 195 int z_vrfy_flash_copy(const struct device *src_dev, off_t src_offset, const struct device *dst_dev, in z_vrfy_flash_copy()
|
D | flash_shell.c | 188 const struct device *src_dev = NULL; in cmd_copy() local
|
D | flash_stm32_xspi.c | 2356 #define XSPI_DMA_CHANNEL_INIT(node, dir, dir_cap, src_dev, dest_dev) \ argument
|
/Zephyr-latest/tests/drivers/flash/common/src/ |
D | main.c | 391 static void test_flash_copy_inner(const struct device *src_dev, off_t src_offset, in test_flash_copy_inner()
|
/Zephyr-latest/drivers/video/ |
D | video_stm32_dcmi.c | 394 #define DCMI_DMA_CHANNEL_INIT(index, src_dev, dest_dev) \ argument
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_ll_stm32.c | 990 #define I2S_DMA_CHANNEL_INIT(index, dir, dir_cap, src_dev, dest_dev) \ argument
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32.c | 1714 #define ADC_DMA_CHANNEL_INIT(index, src_dev, dest_dev) \ argument 1843 #define ADC_DMA_CHANNEL_INIT(index, src_dev, dest_dev) argument
|
/Zephyr-latest/drivers/dma/ |
D | dma_esp32_gdma.c | 75 struct device *src_dev; member
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 187 #define SPI_DMA_CHANNEL_INIT(id, dir, dir_cap, src_dev, dest_dev) \ argument
|
/Zephyr-latest/drivers/spi/ |
D | spi_andes_atcspi200.c | 885 #define SPI_DMA_CHANNEL_INIT(index, dir, dir_cap, src_dev, dest_dev) \ argument
|
D | spi_ll_stm32.c | 1317 #define SPI_DMA_CHANNEL_INIT(index, dir, dir_cap, src_dev, dest_dev) \ argument
|
/Zephyr-latest/drivers/serial/ |
D | uart_stm32.c | 2221 #define UART_DMA_CHANNEL_INIT(index, dir, dir_cap, src_dev, dest_dev) \ argument
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_stm32.c | 2080 #define STM32_I3C_DMA_CHANNEL_INIT(index, dir, dir_cap, src_dev, dest_dev) \ argument
|