Searched refs:of_phandle_iterator_init (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | of.h | 381 extern int of_phandle_iterator_init(struct of_phandle_iterator *it, 865 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1180 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
|
/Linux-v4.19/drivers/of/ |
D | base.c | 1180 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1204 EXPORT_SYMBOL_GPL(of_phandle_iterator_init); 1660 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, 0); in of_count_phandle_with_args()
|