Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/test/
Dproperty-entry-test.c242 error = fwnode_property_read_string_array(node, "str", strs, 1); in pe_test_strings()
247 error = fwnode_property_read_string_array(node, "str", strs, 2); in pe_test_strings()
254 error = fwnode_property_read_string_array(node, "no-str", strs, 1); in pe_test_strings()
261 error = fwnode_property_read_string_array(node, "strs", strs, 3); in pe_test_strings()
266 error = fwnode_property_read_string_array(node, "strs", strs, 1); in pe_test_strings()
271 error = fwnode_property_read_string_array(node, "strs", NULL, 0); in pe_test_strings()
/kernel/linux/linux-5.10/drivers/base/
Dproperty.c181 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array()
369 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array() function
384 EXPORT_SYMBOL_GPL(fwnode_property_read_string_array);
404 int ret = fwnode_property_read_string_array(fwnode, propname, val, 1); in fwnode_property_read_string()
431 nval = fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_match_string()
442 ret = fwnode_property_read_string_array(fwnode, propname, values, nval); in fwnode_property_match_string()
/kernel/linux/linux-5.10/include/linux/
Dproperty.h67 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode,
237 return fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_string_array_count()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib.c391 ret = fwnode_property_read_string_array(fwnode, "gpio-line-names", in devprop_gpiochip_set_names()