Home
last modified time | relevance | path

Searched refs:DT_INST_FOREACH_CHILD (Results 1 – 18 of 18) 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.c377 DT_INST_FOREACH_CHILD(n, COLOR_MAPPING) \
380 DT_INST_FOREACH_CHILD(n, LED_INFO) \
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc50xx_stepper_controller.c735 DT_INST_FOREACH_CHILD(inst, TMC50XX_SHAFT_CONFIG) \
740 DT_INST_FOREACH_CHILD(inst, TMC50XX_STEPPER_CONFIG_DEFINE); \
741 DT_INST_FOREACH_CHILD(inst, TMC50XX_STEPPER_DATA_DEFINE); \
742 DT_INST_FOREACH_CHILD(inst, TMC50XX_STEPPER_API_DEFINE); \
743 DT_INST_FOREACH_CHILD(inst, TMC50XX_STEPPER_DEFINE); \
/Zephyr-latest/drivers/regulator/
Dregulator_fake.c114 DT_INST_FOREACH_CHILD(inst, REGULATOR_FAKE_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.c407 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_midi2.c550 DT_INST_FOREACH_CHILD(n, USBD_MIDI_VALIDATE_GRPTRM_BLOCK)
Dusbd_uac2.c34 DT_INST_FOREACH_CHILD(i, COUNT_UAC2_AS_ENDPOINT_BUFFERS)
/Zephyr-latest/include/zephyr/
Ddevicetree.h3998 #define DT_INST_FOREACH_CHILD(inst, fn) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2405 DT_INST_FOREACH_CHILD(0, TEST_FUNC_AND_COMMA) in ZTEST()