Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof.h398 extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
818 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1461 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
/linux/drivers/of/
H A Dbase.c1282 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1313 EXPORT_SYMBOL_GPL(of_phandle_iterator_init);
1682 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()