Searched refs:of_property_read_string_helper (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | of.h | 305 extern int of_property_read_string_helper(struct device_node *np, 548 static inline int of_property_read_string_helper(struct device_node *np, in of_property_read_string_helper() function 780 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array() 798 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings() 823 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1407 int of_property_read_string_helper(struct device_node *np, const char *propname, in of_property_read_string_helper() function 1431 EXPORT_SYMBOL_GPL(of_property_read_string_helper);
|