Searched refs:of_phandle_iterator_init (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | of.h | 398 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 D | base.c | 1282 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()
|