Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/modules/
Ddevice_service.c103 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in cmd_device_list() local
105 if (nl != NULL && nl->num_nodelabels > 0) { in cmd_device_list()
107 for (size_t j = 0; j < nl->num_nodelabels; j++) { in cmd_device_list()
108 const char *nodelabel = nl->nodelabels[j]; in cmd_device_list()
/Zephyr-latest/kernel/
Ddevice.c89 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in z_impl_device_get_by_dt_nodelabel() local
91 if (!z_impl_device_is_ready(dev) || nl == NULL) { in z_impl_device_get_by_dt_nodelabel()
95 for (size_t i = 0; i < nl->num_nodelabels; i++) { in z_impl_device_get_by_dt_nodelabel()
96 const char *dev_nodelabel = nl->nodelabels[i]; in z_impl_device_get_by_dt_nodelabel()
/Zephyr-latest/drivers/gpio/
Dgpio_shell.c421 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in cmd_gpio_devices() local
423 if (nl != NULL && nl->num_nodelabels > 0) { in cmd_gpio_devices()
424 for (size_t j = 0; j < nl->num_nodelabels; j++) { in cmd_gpio_devices()
425 const char *nodelabel = nl->nodelabels[j]; in cmd_gpio_devices()
/Zephyr-latest/include/zephyr/
Ddevice.h908 const struct device_dt_nodelabels *nl; member
942 return dev->dt_meta->nl; in device_get_dt_nodelabels()
980 .nl = &Z_DEVICE_DT_NODELABELS_NAME_GET(dev_id), \
/Zephyr-latest/samples/drivers/led/led_strip/
DREADME.rst99 .. _RGB LED strips\: an overview: http://nut-bolt.nl/2012/rgb-led-strips/
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst305 .. _Doxygen External Documentation: https://www.doxygen.nl/manual/external.html
/Zephyr-latest/scripts/
Dcheckpatch.pl2101 my $nl = $l + $length;
2102 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
/Zephyr-latest/doc/_static/css/
Dcustom.css412 .highlight .nl /* Name.Label */ {