Searched refs:DT_INST_RESET_CELL_BY_NAME (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/include/zephyr/devicetree/ |
| D | reset.h | 226 #define DT_INST_RESET_CELL_BY_NAME(inst, name, cell) \ macro
|
| /Zephyr-latest/drivers/usb_c/tcpc/ |
| D | ucpd_numaker.c | 2334 .id = DT_INST_RESET_CELL_BY_NAME(inst, name, id), \
|
| /Zephyr-latest/tests/lib/devicetree/api/src/ |
| D | main.c | 3622 zassert_equal(DT_INST_RESET_CELL_BY_NAME(0, reset_a, id), 10, ""); in ZTEST() 3623 zassert_equal(DT_INST_RESET_CELL_BY_NAME(0, reset_b, id), 20, ""); in ZTEST()
|