Home
last modified time | relevance | path

Searched refs:DT_FOREACH_CHILD (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.7.0/subsys/pm/
Dstate.c40 DT_FOREACH_CHILD(DT_PATH(cpus), CHECK_POWER_STATES_CONSISTENCY)
47 DT_FOREACH_CHILD(DT_PATH(cpus), DEFINE_CPU_STATES);
/Zephyr-Core-3.7.0/soc/nordic/
Dvalidate_rram_partitions.c71 #define RRAM_NODES_LIST LIST_DROP_EMPTY(DT_FOREACH_CHILD(RRAM_CONTROLLER, COMMA))
85 COND_CODE_1(DT_NODE_HAS_COMPAT(x, fixed_partitions), (DT_FOREACH_CHILD(x, COMMA)), ())
/Zephyr-Core-3.7.0/subsys/storage/flash_map/
Dflash_map_default.c30 #define FOREACH_PARTITION(n) DT_FOREACH_CHILD(DT_DRV_INST(n), FLASH_AREA_FOO)
/Zephyr-Core-3.7.0/drivers/memc/
Dmemc_nxp_flexram.c33 #define OCRAM_DT_NODE DT_FOREACH_CHILD(FLEXRAM_DT_NODE, FIND_OCRAM_NODE)
40 #define DTCM_DT_NODE DT_FOREACH_CHILD(FLEXRAM_DT_NODE, FIND_DTCM_NODE)
47 #define ITCM_DT_NODE DT_FOREACH_CHILD(FLEXRAM_DT_NODE, FIND_ITCM_NODE)
/Zephyr-Core-3.7.0/tests/drivers/led/led_api/src/
Dtest_led_api.c47 DT_FOREACH_CHILD(node_id, COLOR_MAPPING) \
50 DT_FOREACH_CHILD(node_id, LED_INFO) \
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/
Dusbd_uac2_macros.h303 #define ENTITY_HEADERS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER)
304 #define ENTITY_HEADERS_ARRAYS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER_ARRAYS)
305 #define ENTITY_HEADERS_PTRS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER_PTRS)
740 DT_FOREACH_CHILD(node, AS_DESCRIPTORS_ARRAYS_IF_AUDIOSTREAMING)
745 DT_FOREACH_CHILD(node, AS_DESCRIPTORS_PTRS_IF_AUDIOSTREAMING) \
751 DT_FOREACH_CHILD(node, AS_DESCRIPTORS_IF_AUDIOSTREAMING)
/Zephyr-Core-3.7.0/samples/sensor/fdc2x1x/src/
Dmain.c66 DT_FOREACH_CHILD(DEVICE_NODE, CH_BUF_INIT) in main()
/Zephyr-Core-3.7.0/drivers/flash/
Dsoc_flash_xmc4xxx.c46 DT_FOREACH_CHILD(DT_NODELABEL(pages_layout), SET_PAGES)};
/Zephyr-Core-3.7.0/soc/st/stm32/common/
Dstm32_wkup_pins.c139 DT_FOREACH_CHILD(STM32_PWR_NODE, WKUP_PIN_CFG_DT_COMMA)};
/Zephyr-Core-3.7.0/tests/subsys/usb/uac2/src/
Duac2_desc.c161 DT_FOREACH_CHILD(DT_NODELABEL(uac2_headset), VALIDATE_NODE)
/Zephyr-Core-3.7.0/soc/xlnx/zynq7000/common/
Dpinctrl_soc.h362 {DT_FOREACH_CHILD(DT_PHANDLE(node_id, prop), \
/Zephyr-Core-3.7.0/soc/nordic/nrf53/
Dsoc.c55 DT_FOREACH_CHILD(node_id, ALL_GPIOS_IN_NODE)
/Zephyr-Core-3.7.0/drivers/interrupt_controller/
Dintc_mchp_ecia_xec.c452 DT_FOREACH_CHILD(DT_NODELABEL(ecia), XEC_CHK_REQ_AGGR) \
Dintc_miwu.c442 DT_FOREACH_CHILD(NPCX_DT_NODE_FROM_MIWU_MAP(inst), \
/Zephyr-Core-3.7.0/include/zephyr/
Ddevicetree.h2846 #define DT_FOREACH_CHILD(node_id, fn) \ macro
3694 DT_FOREACH_CHILD(DT_DRV_INST(inst), fn)
/Zephyr-Core-3.7.0/drivers/display/
Duc81xx.c771 DT_FOREACH_CHILD(n, UC81XX_PROFILE); \
Dssd16xx.c1051 DT_FOREACH_CHILD(n, SSD16XX_PROFILE); \
/Zephyr-Core-3.7.0/tests/lib/devicetree/api/src/
Dmain.c2160 DT_FOREACH_CHILD(TEST_PARENT, TEST_FUNC_AND_COMMA) in ZTEST()
2495 #define CHILD_ORDINALS(node_id) DT_FOREACH_CHILD(node_id, DEP_ORD_AND_COMMA)
2522 DT_FOREACH_CHILD(TEST_CHILDREN, DEP_ORD_AND_COMMA) in ZTEST()
2933 DT_FOREACH_STATUS_OKAY_VARGS(fixed_partitions, DT_FOREACH_CHILD, in ZTEST()
/Zephyr-Core-3.7.0/doc/build/dts/api/
Dapi.rst108 :c:func:`DT_FOREACH_CHILD`, which allows iterating over the children of a
/Zephyr-Core-3.7.0/doc/build/dts/
Dmacros.bnf80 ; These are used internally by DT_FOREACH_CHILD, which iterates over