Searched refs:of_prop_next_string (Results 1 – 1 of 1) sorted by relevance
209 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function237 for (cp = of_prop_next_string(prop, NULL); cp; in of_device_is_compatible()238 cp = of_prop_next_string(prop, cp), index++) { in of_device_is_compatible()
Completed in 4 milliseconds