Searched refs:of_property_read_string_helper (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dof.h344 extern int of_property_read_string_helper(const struct device_node *np,
731 static inline int of_property_read_string_helper(const struct device_node *np, function
1195 return of_property_read_string_helper(np, propname, out_strs, sz, 0);
1214 return of_property_read_string_helper(np, propname, NULL, 0, 0);
1240 int rc = of_property_read_string_helper(np, propname, output, 1, index);
/linux-master/drivers/of/
H A Dproperty.c494 * of_property_read_string_helper() - Utility helper for parsing string properties
504 int of_property_read_string_helper(const struct device_node *np, function
529 EXPORT_SYMBOL_GPL(of_property_read_string_helper); variable

Completed in 156 milliseconds