Home
last modified time | relevance | path

Searched refs:nodelabels (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/kernel/
Ddevice.c97 const char *dev_nodelabel = nl->nodelabels[i]; in z_impl_device_get_by_dt_nodelabel()
/Zephyr-latest/subsys/shell/modules/
Ddevice_service.c108 const char *nodelabel = nl->nodelabels[j]; in cmd_device_list()
/Zephyr-latest/samples/subsys/usb/shell/
DREADME.rst39 the platform has already defined or not ``zephyr_uhc0`` or ``zephyr_udc0`` nodelabels.
/Zephyr-latest/include/zephyr/
Ddevice.h1016 const char *nodelabels[]; member
1098 .nodelabels = DT_NODELABEL_STRING_ARRAY(node_id), \
/Zephyr-latest/drivers/gpio/
Dgpio_shell.c425 const char *nodelabel = nl->nodelabels[j]; in cmd_gpio_devices()
483 return nl->nodelabels[0]; in gpio_device_name()
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1797 const char *nodelabels[] = DT_NODELABEL_STRING_ARRAY(DT_NODELABEL(test_nodelabel)); in ZTEST() local
1799 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()
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst278 * Devices can now store devicetree metadata such as nodelabels by turning on
Drelease-notes-3.3.rst3525 * :github:`50040` - shields: Settle on nodelabels naming scheme