Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dproperty.c264 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array()
455 int fwnode_property_read_string_array(struct fwnode_handle *fwnode, in fwnode_property_read_string_array() function
472 EXPORT_SYMBOL_GPL(fwnode_property_read_string_array);
524 nval = fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_match_string()
532 ret = fwnode_property_read_string_array(fwnode, propname, values, nval); in fwnode_property_match_string()
/linux-4.4.14/include/linux/
Dproperty.h65 int fwnode_property_read_string_array(struct fwnode_handle *fwnode,