Home
last modified time | relevance | path

Searched refs:of_prop_next_string (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dof.h375 const char *of_prop_next_string(struct property *prop, const char *cur);
631 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function
873 s = of_prop_next_string(prop, NULL); \
875 s = of_prop_next_string(prop, s))
/linux-4.1.27/drivers/of/
Dbase.c454 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible()
455 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()
2034 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
2050 EXPORT_SYMBOL_GPL(of_prop_next_string);