Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof.h376 const char *of_prop_next_string(struct property *prop, const char *cur);
637 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function
879 s = of_prop_next_string(prop, NULL); \
881 s = of_prop_next_string(prop, s))
/linux-4.4.14/drivers/leds/
Dleds-powernv.c262 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
/linux-4.4.14/drivers/of/
Dbase.c451 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible()
452 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()
2031 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
2047 EXPORT_SYMBOL_GPL(of_prop_next_string);