Searched refs:nl (Results 1 – 1 of 1) sorted by relevance
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()
Completed in 12 milliseconds