of_prop_next_string  352 include/linux/of.h const char *of_prop_next_string(struct property *prop, const char *cur);
of_prop_next_string  771 include/linux/of.h 		s = of_prop_next_string(prop, NULL);		\
of_prop_next_string  773 include/linux/of.h 		s = of_prop_next_string(prop, s))