Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/mcx/mcxn/
Dsoc.c35 #define FLEXCOMM_CHECK(n) DT_FOREACH_CHILD_STATUS_OKAY(DT_PARENT(n), FLEXCOMM_CHECK_2)
/Zephyr-latest/include/zephyr/drivers/i3c/
Ddevicetree.h111 DT_FOREACH_CHILD_STATUS_OKAY( \
220 DT_FOREACH_CHILD_STATUS_OKAY( \
/Zephyr-latest/drivers/gpio/
Dgpio_hogs.c48 IS_EMPTY(DT_FOREACH_CHILD_STATUS_OKAY(node_id, \
71 DT_FOREACH_CHILD_STATUS_OKAY(node_id, \
Dgpio_sc18im704.c270 DT_FOREACH_CHILD_STATUS_OKAY(DT_INST_PARENT(n), CHECK_COMPAT)
Dgpio_mcux.c355 {DT_FOREACH_CHILD_STATUS_OKAY(node_id, CLUSTER_ARRAY_ELEMENT) NULL}; \
/Zephyr-latest/drivers/misc/nxp_s32_emios/
Dnxp_s32_emios.c78 DT_FOREACH_CHILD_STATUS_OKAY(DT_INST_CHILD(n, master_bus), \
81 DT_FOREACH_CHILD_STATUS_OKAY(DT_INST_CHILD(n, master_bus), \
/Zephyr-latest/tests/drivers/build_all/sensor/src/
Dgeneric_test.c288 DT_FOREACH_CHILD_STATUS_OKAY(DT_NODELABEL(test_i2c), DECLARE_ZTEST_PER_DEVICE)
289 DT_FOREACH_CHILD_STATUS_OKAY(DT_NODELABEL(test_i3c), DECLARE_ZTEST_PER_DEVICE)
290 DT_FOREACH_CHILD_STATUS_OKAY(DT_NODELABEL(test_spi), DECLARE_ZTEST_PER_DEVICE)
/Zephyr-latest/soc/nordic/
Dvalidate_rram_partitions.c86 #define PARTITION(x, ...) DT_FOREACH_CHILD_STATUS_OKAY(x, PARTITION_)
/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_ra_cgc.c106 DT_FOREACH_CHILD_STATUS_OKAY(DT_NODELABEL(pclkblock), INIT_PCLK);
/Zephyr-latest/drivers/spi/
Dspi_emul.c148 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(n), EMUL_LINK_AND_COMMA)}; \
/Zephyr-latest/drivers/interrupt_controller/
Dintc_mchp_ecia_xec.c599 DT_FOREACH_CHILD_STATUS_OKAY(DT_NODELABEL(ecia), GIRQ_XEC_DEVICE)
610 DT_FOREACH_CHILD_STATUS_OKAY(DT_NODELABEL(ecia), XEC_GIRQ_HANDLE)
/Zephyr-latest/drivers/espi/
Despi_emul.c236 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(n), EMUL_LINK_AND_COMMA)}; \
/Zephyr-latest/drivers/i2c/
Di2c_emul.c321 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(n), EMUL_LINK_AND_COMMA)}; \
/Zephyr-latest/drivers/counter/
Dcounter_mcux_qtmr.c107 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(n), INIT_TIMER) \
/Zephyr-latest/drivers/flash/
Dflash_hp_ra.c393 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(0), RA_FLASH_INIT);
/Zephyr-latest/include/zephyr/
Ddevicetree.h3167 #define DT_FOREACH_CHILD_STATUS_OKAY(node_id, fn) \ macro
4024 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(inst), fn)
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c877 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(n), EMUL_LINK_AND_COMMA)}; \
/Zephyr-latest/drivers/serial/
Duart_emul.c1018 DT_FOREACH_CHILD_STATUS_OKAY(DT_DRV_INST(inst), EMUL_LINK_AND_COMMA)}; \
/Zephyr-latest/doc/build/dts/
Dmacros.bnf86 ; These are used internally by DT_FOREACH_CHILD_STATUS_OKAY, which iterates
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2426 DT_FOREACH_CHILD_STATUS_OKAY(TEST_PARENT, TEST_FUNC_AND_COMMA) in ZTEST()