Searched refs:of_prop_next_string (Results 1 – 3 of 3) sorted by relevance
376 const char *of_prop_next_string(struct property *prop, const char *cur);637 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function879 s = of_prop_next_string(prop, NULL); \881 s = of_prop_next_string(prop, s))
262 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
451 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible()452 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()2031 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function2047 EXPORT_SYMBOL_GPL(of_prop_next_string);