Home
last modified time | relevance | path

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

/drivers/base/
Dproperty.c356 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array()
598 int fwnode_property_read_string_array(struct fwnode_handle *fwnode, in fwnode_property_read_string_array() function
611 EXPORT_SYMBOL_GPL(fwnode_property_read_string_array);
663 nval = fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_match_string()
674 ret = fwnode_property_read_string_array(fwnode, propname, values, nval); in fwnode_property_match_string()