Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dof.h386 extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
870 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1191 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
/linux-4.19.296/drivers/of/
Dbase.c1233 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1257 EXPORT_SYMBOL_GPL(of_phandle_iterator_init);
1713 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, 0); in of_count_phandle_with_args()