Searched refs:nodelabels (Results 1 – 8 of 8) sorted by relevance
97 const char *dev_nodelabel = nl->nodelabels[i]; in z_impl_device_get_by_dt_nodelabel()
108 const char *nodelabel = nl->nodelabels[j]; in cmd_device_list()
39 the platform has already defined or not ``zephyr_uhc0`` or ``zephyr_udc0`` nodelabels.
1016 const char *nodelabels[]; member1098 .nodelabels = DT_NODELABEL_STRING_ARRAY(node_id), \
425 const char *nodelabel = nl->nodelabels[j]; in cmd_gpio_devices()483 return nl->nodelabels[0]; in gpio_device_name()
1797 const char *nodelabels[] = DT_NODELABEL_STRING_ARRAY(DT_NODELABEL(test_nodelabel)); in ZTEST() local1799 zassert_equal(ARRAY_SIZE(nodelabels), 3); in ZTEST()1800 zassert_true(!strcmp(nodelabels[0], "test_nodelabel"), ""); in ZTEST()1801 zassert_true(!strcmp(nodelabels[1], "TEST_NODELABEL_ALLCAPS"), ""); in ZTEST()1802 zassert_true(!strcmp(nodelabels[2], "test_gpio_1"), ""); in ZTEST()
278 * Devices can now store devicetree metadata such as nodelabels by turning on
3525 * :github:`50040` - shields: Settle on nodelabels naming scheme