Searched refs:of_prop_next_string (Results 1 – 2 of 2) sorted by relevance
264 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
461 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible()462 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()2199 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function2215 EXPORT_SYMBOL_GPL(of_prop_next_string);