Searched refs:nl (Results 1 – 8 of 8) sorted by relevance
103 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in cmd_device_list() local105 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()
90 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in z_impl_device_get_by_dt_nodelabel() local92 if (!z_impl_device_is_ready(dev) || nl == NULL) { in z_impl_device_get_by_dt_nodelabel()96 for (size_t i = 0; i < nl->num_nodelabels; i++) { in z_impl_device_get_by_dt_nodelabel()97 const char *dev_nodelabel = nl->nodelabels[i]; in z_impl_device_get_by_dt_nodelabel()
421 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in cmd_gpio_devices() local423 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()480 const struct device_dt_nodelabels *nl = device_get_dt_nodelabels(dev); in gpio_device_name() local482 if (nl != NULL && nl->num_nodelabels > 0) { in gpio_device_name()483 return nl->nodelabels[0]; in gpio_device_name()
1031 const struct device_dt_nodelabels *nl; member1065 return dev->dt_meta->nl; in device_get_dt_nodelabels()1103 .nl = &Z_DEVICE_DT_NODELABELS_NAME_GET(dev_id), \
102 .. _RGB LED strips\: an overview: http://nut-bolt.nl/2012/rgb-led-strips/
313 .. _Doxygen External Documentation: https://www.doxygen.nl/manual/external.html
2104 my $nl = $l + $length;2105 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
413 .highlight .nl /* Name.Label */ {