Searched refs:of_phandle_iterator_next (Results 1 – 2 of 2) sorted by relevance
387 extern int of_phandle_iterator_next(struct of_phandle_iterator *it);874 static inline int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function1181 err = of_phandle_iterator_next(it); \1183 err = of_phandle_iterator_next(it))
1206 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function1274 EXPORT_SYMBOL_GPL(of_phandle_iterator_next);1664 while ((rc = of_phandle_iterator_next(&it)) == 0) in of_count_phandle_with_args()