of_property_read_string_helper
EXPORT_SYMBOL_GPL(of_property_read_string_helper);
return of_property_read_string_helper(np, propname, out_strs, sz, 0);
return of_property_read_string_helper(np, propname, NULL, 0, 0);
int rc = of_property_read_string_helper(np, propname, output, 1, index);
extern int of_property_read_string_helper(const struct device_node *np,