Searched refs:of_property_read_string_array (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/of/ |
H A D | unittest.c | 448 /* of_property_read_string_array() tests */ of_unittest_property_string() 449 rc = of_property_read_string_array(np, "string-property", strings, 4); of_unittest_property_string() 451 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); of_unittest_property_string() 453 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); of_unittest_property_string() 456 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); of_unittest_property_string() 460 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); of_unittest_property_string() 461 unittest(rc == 2 && strings[2] == NULL, "of_property_read_string_array() failure; rc=%i\n", rc); of_unittest_property_string() 463 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); of_unittest_property_string()
|
/linux-4.1.27/include/linux/ |
H A D | of.h | 758 * of_property_read_string_array() - Read an array of strings from a multiple 770 static inline int of_property_read_string_array(struct device_node *np, of_property_read_string_array() function
|
/linux-4.1.27/drivers/base/ |
H A D | property.c | 428 of_property_read_string_array(of_node(fwnode), propname, fwnode_property_read_string_array()
|
Completed in 295 milliseconds