of_prop_next_string 56 arch/powerpc/platforms/pseries/of_helpers.c p = of_prop_next_string(*prop, p); of_prop_next_string 62 arch/powerpc/platforms/pseries/of_helpers.c p = of_prop_next_string(*prop, p); of_prop_next_string 331 drivers/iio/multiplexer/iio-mux.c s = of_prop_next_string(prop, NULL), \ of_prop_next_string 334 drivers/iio/multiplexer/iio-mux.c s = of_prop_next_string(prop, s), \ of_prop_next_string 256 drivers/leds/leds-powernv.c while ((cur = of_prop_next_string(p, cur)) != NULL) { of_prop_next_string 29 drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c settings->board_type = of_prop_next_string(prop, NULL); of_prop_next_string 520 drivers/of/base.c for (cp = of_prop_next_string(prop, NULL); cp; of_prop_next_string 521 drivers/of/base.c cp = of_prop_next_string(prop, cp), index++) { of_prop_next_string 522 drivers/of/property.c EXPORT_SYMBOL_GPL(of_prop_next_string); of_prop_next_string 549 include/linux/of.h const char *of_prop_next_string(struct property *prop, const char *cur); of_prop_next_string 1224 include/linux/of.h s = of_prop_next_string(prop, NULL); \ of_prop_next_string 1226 include/linux/of.h s = of_prop_next_string(prop, s))