Searched refs:fwnode_property_read_string_array (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/base/test/ |
| H A D | property-entry-test.c | 283 error = fwnode_property_read_string_array(node, "str", strs, 1); in pe_test_strings() 288 error = fwnode_property_read_string_array(node, "str", strs, 2); in pe_test_strings() 295 error = fwnode_property_read_string_array(node, "no-str", strs, 1); in pe_test_strings() 305 error = fwnode_property_read_string_array(node, "strs", strs, 3); in pe_test_strings() 310 error = fwnode_property_read_string_array(node, "strs", strs, 1); in pe_test_strings() 315 error = fwnode_property_read_string_array(node, "strs", NULL, 0); in pe_test_strings()
|
| /linux/drivers/base/ |
| H A D | property.c | 255 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array() 459 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array() function 476 EXPORT_SYMBOL_GPL(fwnode_property_read_string_array); 496 int ret = fwnode_property_read_string_array(fwnode, propname, val, 1); in fwnode_property_read_string() 533 ret = fwnode_property_read_string_array(fwnode, propname, values, nval); in fwnode_property_match_string()
|