Searched refs:of_prop_next_string (Results 1 – 1 of 1) sorted by relevance
173 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function201 for (cp = of_prop_next_string(prop, NULL); cp; in of_device_is_compatible()202 cp = of_prop_next_string(prop, cp), index++) { in of_device_is_compatible()