Searched refs:of_property_read_string_helper (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | of.h | 344 extern int of_property_read_string_helper(const struct device_node *np, 729 static inline int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function 1193 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array() 1212 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings() 1238 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
|