/Zephyr-Core-3.7.0/soc/intel/intel_adsp/cavs/ |
D | irq.c | 32 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(0)); in z_soc_irq_enable() 35 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(1)); in z_soc_irq_enable() 38 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(2)); in z_soc_irq_enable() 41 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(3)); in z_soc_irq_enable() 70 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(0)); in z_soc_irq_disable() 73 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(1)); in z_soc_irq_disable() 76 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(2)); in z_soc_irq_disable() 79 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(3)); in z_soc_irq_disable() 111 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(0)); in z_soc_irq_is_enabled() 114 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(1)); in z_soc_irq_is_enabled() [all …]
|
/Zephyr-Core-3.7.0/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/ |
D | test_stm32_clock_configuration_i2c.c | 34 int r = clock_control_configure(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in i2c_set_clock() 56 status = clock_control_get_status(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in i2c_set_clock() 61 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in i2c_set_clock() 82 status = clock_control_get_status(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 88 r = clock_control_on(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 94 status = clock_control_get_status(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 113 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 127 r = clock_control_off(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST()
|
D | test_stm32_clock_configuration_adc.c | 59 status = clock_control_get_status(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 65 r = clock_control_on(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 71 status = clock_control_get_status(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 79 r = clock_control_configure(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 102 status = clock_control_get_status(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 107 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 127 r = clock_control_off(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST()
|
D | test_stm32_clock_configuration_lptim.c | 33 r = clock_control_on(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 42 r = clock_control_configure(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 64 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 80 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 94 r = clock_control_off(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST()
|
D | test_stm32_clock_configuration_i2s.c | 28 r = clock_control_on(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 38 r = clock_control_configure(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 56 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 69 r = clock_control_off(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST()
|
/Zephyr-Core-3.7.0/tests/drivers/bbram/emul/src/ |
D | main.c | 16 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 27 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 40 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 55 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 65 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 75 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 85 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 95 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST() 106 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in before()
|
/Zephyr-Core-3.7.0/tests/lib/devicetree/devices/src/ |
D | main.c | 62 #define DEV_HDL(node_id) device_handle_get(DEVICE_DT_GET(node_id)) 69 DEVICE_DT_GET(TEST_GPIO), NULL); in ZTEST() 71 DEVICE_DT_GET(TEST_I2C), NULL); in ZTEST() 73 DEVICE_DT_GET(TEST_DEVA), NULL); in ZTEST() 75 DEVICE_DT_GET(TEST_DEVB), NULL); in ZTEST() 77 DEVICE_DT_GET(TEST_GPIOX), NULL); in ZTEST() 79 DEVICE_DT_GET(TEST_DEVC), NULL); in ZTEST() 81 DEVICE_DT_GET(TEST_PARTITION), NULL); in ZTEST() 83 DEVICE_DT_GET(TEST_GPIO_INJECTED), NULL); in ZTEST() 87 DEVICE_DT_GET(TEST_NOLABEL), NULL); in ZTEST() [all …]
|
/Zephyr-Core-3.7.0/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/src/ |
D | test_stm32_clock_configuration.c | 45 r = clock_control_on(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 54 r = clock_control_configure(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 76 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 89 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 101 r = clock_control_off(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST()
|
/Zephyr-Core-3.7.0/soc/renesas/rzt2m/ |
D | soc.c | 13 static const struct device *const prcrn_dev = DEVICE_DT_GET(DT_NODELABEL(prcrn)); 14 static const struct device *const prcrs_dev = DEVICE_DT_GET(DT_NODELABEL(prcrs)); 15 static const struct device *const sckcr_dev = DEVICE_DT_GET(DT_NODELABEL(sckcr)); 16 static const struct device *const sckcr2_dev = DEVICE_DT_GET(DT_NODELABEL(sckcr2)); 88 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(gsc)); in rzt2m_enable_counters()
|
/Zephyr-Core-3.7.0/drivers/cache/ |
D | cache_aspeed.c | 52 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in aspeed_cache_init() 115 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_data_disable() 127 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_instr_disable() 134 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_data_invd_all() 164 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_data_invd_range() 196 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_instr_invd_all() 225 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_instr_invd_range() 311 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_data_line_size_get() 323 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in cache_instr_line_size_get()
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/ |
D | mem_window.c | 42 mem_win_init(DEVICE_DT_GET(MEM_WINDOW_NODE(0))); in mem_window_idle_exit() 43 mem_win_init(DEVICE_DT_GET(MEM_WINDOW_NODE(1))); in mem_window_idle_exit() 44 mem_win_init(DEVICE_DT_GET(MEM_WINDOW_NODE(2))); in mem_window_idle_exit() 45 mem_win_init(DEVICE_DT_GET(MEM_WINDOW_NODE(3))); in mem_window_idle_exit()
|
/Zephyr-Core-3.7.0/tests/drivers/dma/chan_blen_transfer/src/ |
D | test_dma.c | 101 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \ 107 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \ 113 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \ 119 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \ 126 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \ 132 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/ace/ |
D | irq.c | 14 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(ace_intc)); in z_soc_irq_enable() 28 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(ace_intc)); in z_soc_irq_disable() 42 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(ace_intc)); in z_soc_irq_is_enabled()
|
/Zephyr-Core-3.7.0/boards/silabs/starter_kits/slstk3701a/ |
D | board.c | 20 cur_dev = DEVICE_DT_GET(ETH_PWR_ENABLE_GPIO_NODE); in efm32gg_stk3701a_init() 30 cur_dev = DEVICE_DT_GET(ETH_REF_CLK_GPIO_NODE); in efm32gg_stk3701a_init() 48 cur_dev = DEVICE_DT_GET(ETH_RESET_GPIO_NODE); in efm32gg_stk3701a_init()
|
/Zephyr-Core-3.7.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/ |
D | test_stm32_clock_configuration.c | 46 r = clock_control_on(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 57 r = clock_control_configure(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 112 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 125 r = clock_control_get_rate(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST() 139 r = clock_control_off(DEVICE_DT_GET(STM32_CLOCK_CONTROL_NODE), in ZTEST()
|
/Zephyr-Core-3.7.0/tests/drivers/syscon/src/ |
D | main.c | 17 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in ZTEST() 29 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in ZTEST() 38 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in ZTEST() 52 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(syscon)); in ZTEST()
|
/Zephyr-Core-3.7.0/tests/drivers/spi/dt_spec/src/ |
D | main.c | 24 zassert_equal(spi_cs.bus, DEVICE_DT_GET(DT_NODELABEL(test_spi_cs)), ""); in ZTEST() 26 zassert_equal(spi_cs.config.cs.gpio.port, DEVICE_DT_GET(DT_NODELABEL(test_gpio)), ""); in ZTEST() 35 zassert_equal(spi_no_cs.bus, DEVICE_DT_GET(DT_NODELABEL(test_spi_no_cs)), ""); in ZTEST()
|
/Zephyr-Core-3.7.0/drivers/edac/ |
D | shell.c | 100 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_edac_info() 131 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_inject_addr() 178 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_inject_mask() 223 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_inject_trigger() 271 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_inject_error_type_show() 293 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in set_error_type() 321 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_inject_test() 365 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_ecc_error_show() 380 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_ecc_error_clear() 409 dev = DEVICE_DT_GET(DT_NODELABEL(ibecc)); in cmd_parity_error_show() [all …]
|
/Zephyr-Core-3.7.0/tests/drivers/smbus/smbus_api/src/ |
D | test_smbus.c | 28 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(smbus0)); in ZTEST_USER() 50 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(smbus0)); in ZTEST() 95 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(smbus0)); in ZTEST() 140 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(smbus0)); in ZTEST_USER() 162 const struct device *const dev = DEVICE_DT_GET(DT_NODELABEL(smbus0)); in smbus_test_setup()
|
/Zephyr-Core-3.7.0/samples/boards/rpi_pico/uart_pio/src/ |
D | main.c | 14 const struct device *uart0 = DEVICE_DT_GET(DT_NODELABEL(pio1_uart0)); in main() 15 const struct device *uart1 = DEVICE_DT_GET(DT_NODELABEL(pio1_uart1)); in main()
|
/Zephyr-Core-3.7.0/tests/drivers/kscan/kscan_api/src/ |
D | test_kscan.c | 24 const struct device *const kscan_dev = DEVICE_DT_GET(DT_ALIAS(kscan0)); in test_kb_callback() 41 const struct device *const kscan_dev = DEVICE_DT_GET(DT_ALIAS(kscan0)); in test_null_callback() 58 const struct device *const kscan_dev = DEVICE_DT_GET(DT_ALIAS(kscan0)); in test_disable_enable_callback()
|
/Zephyr-Core-3.7.0/samples/boards/stm32/uart/single_wire/src/ |
D | main.c | 15 const struct device *const sl_uart1 = DEVICE_DT_GET(UART_NODE1); 16 const struct device *const sl_uart2 = DEVICE_DT_GET(UART_NODE2);
|
/Zephyr-Core-3.7.0/samples/shields/npm1300_ek/src/ |
D | main.c | 24 static const struct device *regulators = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_regulators)); 26 static const struct device *charger = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_charger)); 28 static const struct device *leds = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_leds)); 30 static const struct device *pmic = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_pmic));
|
/Zephyr-Core-3.7.0/tests/drivers/console_switching/src/ |
D | main.c | 16 #define PHANDLE_TO_DEVICE(node_id, prop, idx) DEVICE_DT_GET(DT_PHANDLE_BY_IDX(node_id, prop, idx)) 34 struct device *const devmux_dev = DEVICE_DT_GET(DT_NODELABEL(devmux0)); in ZTEST() 68 struct device *const devmux_dev = DEVICE_DT_GET(DT_NODELABEL(devmux0)); in ZTEST() 104 struct device *const devmux_dev = DEVICE_DT_GET(DT_NODELABEL(devmux1)); in setup() 114 struct device *const devmux_dev = DEVICE_DT_GET(DT_NODELABEL(devmux0)); in before()
|
/Zephyr-Core-3.7.0/tests/drivers/i2c/i2c_tca954x/src/ |
D | main.c | 36 const struct device *const i2c0 = DEVICE_DT_GET(I2C_0_CTRL_NODE_ID); in ZTEST() 37 const struct device *const i2c1 = DEVICE_DT_GET(I2C_1_CTRL_NODE_ID); in ZTEST()
|