Searched refs:of_property_match_string (Results 1 - 2 of 2) sorted by relevance

/drivers/of/
H A Dselftest.c135 rc = of_property_match_string(np, "phandle-list-names", "first");
137 rc = of_property_match_string(np, "phandle-list-names", "second");
139 rc = of_property_match_string(np, "phandle-list-names", "third");
141 rc = of_property_match_string(np, "phandle-list-names", "fourth");
143 rc = of_property_match_string(np, "missing-property", "blah");
145 rc = of_property_match_string(np, "empty-property", "blah");
147 rc = of_property_match_string(np, "unterminated-string", "blah");
H A Dbase.c765 * of_property_match_string() - Find string in a list and return index
773 int of_property_match_string(struct device_node *np, const char *propname, function
799 EXPORT_SYMBOL_GPL(of_property_match_string); variable

Completed in 63 milliseconds