Home
last modified time | relevance | path

Searched refs:of_phandle_iterator_next (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dof.h387 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() function
1181 err = of_phandle_iterator_next(it); \
1183 err = of_phandle_iterator_next(it))
/Linux-v4.19/drivers/of/
Dbase.c1206 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1274 EXPORT_SYMBOL_GPL(of_phandle_iterator_next);
1664 while ((rc = of_phandle_iterator_next(&it)) == 0) in of_count_phandle_with_args()