of_phandle_iterator_init 1309 drivers/of/base.c EXPORT_SYMBOL_GPL(of_phandle_iterator_init);
of_phandle_iterator_init 1799 drivers/of/base.c 	rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1);
of_phandle_iterator_init  128 drivers/remoteproc/st_remoteproc.c 	of_phandle_iterator_init(&it, np, "memory-region", NULL, 0);
of_phandle_iterator_init  210 drivers/remoteproc/stm32_rproc.c 	of_phandle_iterator_init(&it, np, "memory-region", NULL, 0);
of_phandle_iterator_init  380 include/linux/of.h extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
of_phandle_iterator_init 1211 include/linux/of.h 	for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)),	\