Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/base/test/
A Dproperty-entry-test.c281 error = fwnode_property_read_string_array(node, "str", strs, 1); in pe_test_strings()
286 error = fwnode_property_read_string_array(node, "str", strs, 2); in pe_test_strings()
293 error = fwnode_property_read_string_array(node, "no-str", strs, 1); in pe_test_strings()
303 error = fwnode_property_read_string_array(node, "strs", strs, 3); in pe_test_strings()
308 error = fwnode_property_read_string_array(node, "strs", strs, 1); in pe_test_strings()
313 error = fwnode_property_read_string_array(node, "strs", NULL, 0); in pe_test_strings()
/linux-6.3-rc2/drivers/base/
A Dproperty.c204 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array()
408 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array() function
425 EXPORT_SYMBOL_GPL(fwnode_property_read_string_array);
445 int ret = fwnode_property_read_string_array(fwnode, propname, val, 1); in fwnode_property_read_string()
472 nval = fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_match_string()
483 ret = fwnode_property_read_string_array(fwnode, propname, values, nval); in fwnode_property_match_string()
/linux-6.3-rc2/include/linux/
A Dproperty.h73 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode,
260 return fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_string_array_count()

Completed in 8 milliseconds