Home
last modified time | relevance | path

Searched refs:DT_INST_FOREACH_CHILD (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_max32.c148 .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/
Dis31fl3194.c340 DT_INST_FOREACH_CHILD(id, COLOR_MAPPING) \
343 { DT_INST_FOREACH_CHILD(id, LED_INFO) }; \
345 { DT_INST_FOREACH_CHILD(id, LED_CURRENT) }; \
Dncp5623.c208 DT_INST_FOREACH_CHILD(id, COLOR_MAPPING) \
210 static const struct led_info ncp5623_leds_##id[] = {DT_INST_FOREACH_CHILD(id, LED_INFO)}; \
Dlp50xx.c364 DT_INST_FOREACH_CHILD(n, COLOR_MAPPING) \
367 DT_INST_FOREACH_CHILD(n, LED_INFO) \
/Zephyr-latest/drivers/regulator/
Dregulator_fake.c109 DT_INST_FOREACH_CHILD(inst, REGULATOR_FAKE_DEFINE)
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c750 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/
Dmemc_sam_smc.c92 DT_INST_FOREACH_CHILD(inst, BANK_CONFIG) \
Dmemc_stm32_sdram.c118 DT_INST_FOREACH_CHILD(0, BANK_CONFIG)
Dmemc_stm32_nor_psram.c163 DT_INST_FOREACH_CHILD(0, BANK_CONFIG)
/Zephyr-latest/drivers/input/
Dinput_sbus.c359 DT_INST_FOREACH_CHILD(n, SBUS_INPUT_CHANNEL_INITIALIZER) \
361 DT_INST_FOREACH_CHILD(n, INPUT_CHANNEL_CHECK) \
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/
Dfdc2x1x.c989 DT_INST_FOREACH_CHILD(n, FDC2X1X_CHANNEL_BUF_INIT) \
997 DT_INST_FOREACH_CHILD(n, FDC2X1X_CH_CFG_INIT) \
/Zephyr-latest/drivers/pwm/
Dpwm_led_esp32.c376 DT_INST_FOREACH_CHILD(0, CHANNEL_CONFIG)
/Zephyr-latest/drivers/sensor/espressif/pcnt_esp32/
Dpcnt_esp32.c401 static struct pcnt_esp32_unit_config unit_config[] = {DT_INST_FOREACH_CHILD(0, UNIT_CONFIG)};
/Zephyr-latest/drivers/audio/
Ddmic_mcux.c694 DT_INST_FOREACH_CHILD(idx, PDM_DMIC_CHAN_GET)
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2.c30 DT_INST_FOREACH_CHILD(i, COUNT_UAC2_AS_ENDPOINT_BUFFERS)
/Zephyr-latest/include/zephyr/
Ddevicetree.h3958 #define DT_INST_FOREACH_CHILD(inst, fn) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2418 DT_INST_FOREACH_CHILD(0, TEST_FUNC_AND_COMMA) in ZTEST()