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

/linux-4.4.14/include/linux/
H A Dof.h305 extern int of_property_read_string_helper(struct device_node *np,
548 static inline int of_property_read_string_helper(struct device_node *np, of_property_read_string_helper() function
780 return of_property_read_string_helper(np, propname, out_strs, sz, 0); of_property_read_string_array()
798 return of_property_read_string_helper(np, propname, NULL, 0, 0); of_property_count_strings()
823 int rc = of_property_read_string_helper(np, propname, output, 1, index); of_property_read_string_index()
/linux-4.4.14/drivers/of/
H A Dbase.c1397 * of_property_read_string_helper() - Utility helper for parsing string properties
1407 int of_property_read_string_helper(struct device_node *np, const char *propname, of_property_read_string_helper() function
1431 EXPORT_SYMBOL_GPL(of_property_read_string_helper); variable

Completed in 139 milliseconds