Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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->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-Core-3.7.0/kernel/
Ddevice.c99 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in z_impl_device_get_by_dt_nodelabel() local
105 for (size_t i = 0; i < nl->num_nodelabels; i++) { in z_impl_device_get_by_dt_nodelabel()
106 const char *dev_nodelabel = nl->nodelabels[i]; in z_impl_device_get_by_dt_nodelabel()
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_shell.c443 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in cmd_gpio_devices() local
445 if (nl->num_nodelabels > 0) { in cmd_gpio_devices()
446 for (size_t j = 0; j < nl->num_nodelabels; j++) { in cmd_gpio_devices()
447 const char *nodelabel = nl->nodelabels[j]; in cmd_gpio_devices()
/Zephyr-Core-3.7.0/include/zephyr/
Ddevice.h900 const struct device_dt_nodelabels *nl; member
931 return dev->dt_meta->nl; in device_get_dt_nodelabels()
969 .nl = &Z_DEVICE_DT_NODELABELS_NAME_GET(dev_id), \
/Zephyr-Core-3.7.0/samples/drivers/led_strip/
DREADME.rst99 .. _RGB LED strips\: an overview: http://nut-bolt.nl/2012/rgb-led-strips/
/Zephyr-Core-3.7.0/doc/contribute/documentation/
Dgeneration.rst317 .. _Doxygen External Documentation: https://www.doxygen.nl/manual/external.html
/Zephyr-Core-3.7.0/doc/_static/css/
Dcustom.css353 .highlight .nl /* Name.Label */ {
/Zephyr-Core-3.7.0/scripts/
Dcheckpatch.pl2101 my $nl = $l + $length;
2102 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;