Searched refs:of_property_read_string_array (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/of/ |
D | unittest.c | 449 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string() 451 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string() 453 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string() 456 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string() 460 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string() 463 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
|
/linux-4.1.27/drivers/base/ |
D | property.c | 428 of_property_read_string_array(of_node(fwnode), propname, in fwnode_property_read_string_array()
|
/linux-4.1.27/include/linux/ |
D | of.h | 770 static inline int of_property_read_string_array(struct device_node *np, in of_property_read_string_array() function
|