Home
last modified time | relevance | path

Searched refs:of_property_read_string_array (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/of/
Dunittest.c453 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string()
455 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string()
457 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string()
460 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string()
464 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string()
467 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
/linux-4.4.14/drivers/base/
Dproperty.c461 of_property_read_string_array(to_of_node(fwnode), in fwnode_property_read_string_array()
/linux-4.4.14/include/linux/
Dof.h776 static inline int of_property_read_string_array(struct device_node *np, in of_property_read_string_array() function