Searched refs:fwnode_property_read_string_array (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/base/test/ |
A D | property-entry-test.c | 281 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/drivers/base/ |
A D | property.c | 180 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array() 368 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array() function 383 EXPORT_SYMBOL_GPL(fwnode_property_read_string_array); 403 int ret = fwnode_property_read_string_array(fwnode, propname, val, 1); in fwnode_property_read_string() 430 nval = fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_match_string() 441 ret = fwnode_property_read_string_array(fwnode, propname, values, nval); in fwnode_property_match_string()
|
/linux/include/linux/ |
A D | property.h | 68 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, 241 return fwnode_property_read_string_array(fwnode, propname, NULL, 0); in fwnode_property_string_array_count()
|
/linux/drivers/gpio/ |
A D | gpiolib.c | 403 ret = fwnode_property_read_string_array(fwnode, "gpio-line-names", in devprop_gpiochip_set_names()
|
/linux/ |
A D | vmlinux.symvers | 8135 0x00000000 fwnode_property_read_string_array vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31180 ffff800010808b44 T fwnode_property_read_string_array
|
A D | .tmp_System.map | 31180 ffff800010808b44 T fwnode_property_read_string_array
|
Completed in 299 milliseconds