of_phandle_iterator_next 1389 drivers/of/base.c EXPORT_SYMBOL_GPL(of_phandle_iterator_next);
of_phandle_iterator_next 1803 drivers/of/base.c 	while ((rc = of_phandle_iterator_next(&it)) == 0)
of_phandle_iterator_next  129 drivers/remoteproc/st_remoteproc.c 	while (of_phandle_iterator_next(&it) == 0) {
of_phandle_iterator_next  211 drivers/remoteproc/stm32_rproc.c 	while (of_phandle_iterator_next(&it) == 0) {
of_phandle_iterator_next  386 include/linux/of.h extern int of_phandle_iterator_next(struct of_phandle_iterator *it);
of_phandle_iterator_next 1212 include/linux/of.h 	     err = of_phandle_iterator_next(it);			\
of_phandle_iterator_next 1214 include/linux/of.h 	     err = of_phandle_iterator_next(it))