Searched refs:of_prop_next_string (Results 1 – 2 of 2) sorted by relevance
375 const char *of_prop_next_string(struct property *prop, const char *cur);631 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function873 s = of_prop_next_string(prop, NULL); \875 s = of_prop_next_string(prop, s))
454 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible()455 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()2034 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function2050 EXPORT_SYMBOL_GPL(of_prop_next_string);