Searched refs:DT_INST_FOREACH_CHILD (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_max32.c | 148 .pages_count = DT_INST_FOREACH_CHILD(n, GET_FLASH_SIZE) / \ 149 DT_INST_FOREACH_CHILD(n, GET_ERASE_BLOCK_SIZE), \ 150 .pages_size = DT_INST_FOREACH_CHILD(n, GET_ERASE_BLOCK_SIZE), \ 163 .flash_base = DT_INST_FOREACH_CHILD(_num, GET_FLASH_BASE), \ 164 .flash_erase_blk_sz = DT_INST_FOREACH_CHILD(_num, GET_ERASE_BLOCK_SIZE), \ 168 DT_INST_FOREACH_CHILD(_num, GET_WRITE_BLOCK_SIZE), \
|
/Zephyr-latest/drivers/led/ |
D | is31fl3194.c | 340 DT_INST_FOREACH_CHILD(id, COLOR_MAPPING) \ 343 { DT_INST_FOREACH_CHILD(id, LED_INFO) }; \ 345 { DT_INST_FOREACH_CHILD(id, LED_CURRENT) }; \
|
D | ncp5623.c | 208 DT_INST_FOREACH_CHILD(id, COLOR_MAPPING) \ 210 static const struct led_info ncp5623_leds_##id[] = {DT_INST_FOREACH_CHILD(id, LED_INFO)}; \
|
D | lp50xx.c | 364 DT_INST_FOREACH_CHILD(n, COLOR_MAPPING) \ 367 DT_INST_FOREACH_CHILD(n, LED_INFO) \
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_fake.c | 109 DT_INST_FOREACH_CHILD(inst, REGULATOR_FAKE_DEFINE)
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc5041_stepper_controller.c | 750 DT_INST_FOREACH_CHILD(inst, TMC5041_SHAFT_CONFIG) \ 755 DT_INST_FOREACH_CHILD(inst, TMC5041_STEPPER_CONFIG_DEFINE); \ 756 DT_INST_FOREACH_CHILD(inst, TMC5041_STEPPER_DATA_DEFINE); \ 757 DT_INST_FOREACH_CHILD(inst, TMC5041_STEPPER_API_DEFINE); \ 758 DT_INST_FOREACH_CHILD(inst, TMC5041_STEPPER_DEFINE); \
|
/Zephyr-latest/drivers/memc/ |
D | memc_sam_smc.c | 92 DT_INST_FOREACH_CHILD(inst, BANK_CONFIG) \
|
D | memc_stm32_sdram.c | 118 DT_INST_FOREACH_CHILD(0, BANK_CONFIG)
|
D | memc_stm32_nor_psram.c | 163 DT_INST_FOREACH_CHILD(0, BANK_CONFIG)
|
/Zephyr-latest/drivers/input/ |
D | input_sbus.c | 359 DT_INST_FOREACH_CHILD(n, SBUS_INPUT_CHANNEL_INITIALIZER) \ 361 DT_INST_FOREACH_CHILD(n, INPUT_CHANNEL_CHECK) \
|
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/ |
D | fdc2x1x.c | 989 DT_INST_FOREACH_CHILD(n, FDC2X1X_CHANNEL_BUF_INIT) \ 997 DT_INST_FOREACH_CHILD(n, FDC2X1X_CH_CFG_INIT) \
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_led_esp32.c | 376 DT_INST_FOREACH_CHILD(0, CHANNEL_CONFIG)
|
/Zephyr-latest/drivers/sensor/espressif/pcnt_esp32/ |
D | pcnt_esp32.c | 401 static struct pcnt_esp32_unit_config unit_config[] = {DT_INST_FOREACH_CHILD(0, UNIT_CONFIG)};
|
/Zephyr-latest/drivers/audio/ |
D | dmic_mcux.c | 694 DT_INST_FOREACH_CHILD(idx, PDM_DMIC_CHAN_GET)
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2.c | 30 DT_INST_FOREACH_CHILD(i, COUNT_UAC2_AS_ENDPOINT_BUFFERS)
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 3958 #define DT_INST_FOREACH_CHILD(inst, fn) \ macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2418 DT_INST_FOREACH_CHILD(0, TEST_FUNC_AND_COMMA) in ZTEST()
|