Searched refs:DT_FOREACH_CHILD (Results 1 – 20 of 20) sorted by relevance
/Zephyr-Core-3.7.0/subsys/pm/ |
D | state.c | 40 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/ |
D | validate_rram_partitions.c | 71 #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/ |
D | flash_map_default.c | 30 #define FOREACH_PARTITION(n) DT_FOREACH_CHILD(DT_DRV_INST(n), FLASH_AREA_FOO)
|
/Zephyr-Core-3.7.0/drivers/memc/ |
D | memc_nxp_flexram.c | 33 #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/ |
D | test_led_api.c | 47 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/ |
D | usbd_uac2_macros.h | 303 #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/ |
D | main.c | 66 DT_FOREACH_CHILD(DEVICE_NODE, CH_BUF_INIT) in main()
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | soc_flash_xmc4xxx.c | 46 DT_FOREACH_CHILD(DT_NODELABEL(pages_layout), SET_PAGES)};
|
/Zephyr-Core-3.7.0/soc/st/stm32/common/ |
D | stm32_wkup_pins.c | 139 DT_FOREACH_CHILD(STM32_PWR_NODE, WKUP_PIN_CFG_DT_COMMA)};
|
/Zephyr-Core-3.7.0/tests/subsys/usb/uac2/src/ |
D | uac2_desc.c | 161 DT_FOREACH_CHILD(DT_NODELABEL(uac2_headset), VALIDATE_NODE)
|
/Zephyr-Core-3.7.0/soc/xlnx/zynq7000/common/ |
D | pinctrl_soc.h | 362 {DT_FOREACH_CHILD(DT_PHANDLE(node_id, prop), \
|
/Zephyr-Core-3.7.0/soc/nordic/nrf53/ |
D | soc.c | 55 DT_FOREACH_CHILD(node_id, ALL_GPIOS_IN_NODE)
|
/Zephyr-Core-3.7.0/drivers/interrupt_controller/ |
D | intc_mchp_ecia_xec.c | 452 DT_FOREACH_CHILD(DT_NODELABEL(ecia), XEC_CHK_REQ_AGGR) \
|
D | intc_miwu.c | 442 DT_FOREACH_CHILD(NPCX_DT_NODE_FROM_MIWU_MAP(inst), \
|
/Zephyr-Core-3.7.0/include/zephyr/ |
D | devicetree.h | 2846 #define DT_FOREACH_CHILD(node_id, fn) \ macro 3694 DT_FOREACH_CHILD(DT_DRV_INST(inst), fn)
|
/Zephyr-Core-3.7.0/drivers/display/ |
D | uc81xx.c | 771 DT_FOREACH_CHILD(n, UC81XX_PROFILE); \
|
D | ssd16xx.c | 1051 DT_FOREACH_CHILD(n, SSD16XX_PROFILE); \
|
/Zephyr-Core-3.7.0/tests/lib/devicetree/api/src/ |
D | main.c | 2160 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/ |
D | api.rst | 108 :c:func:`DT_FOREACH_CHILD`, which allows iterating over the children of a
|
/Zephyr-Core-3.7.0/doc/build/dts/ |
D | macros.bnf | 80 ; These are used internally by DT_FOREACH_CHILD, which iterates over
|