Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dof.h388 extern int of_phandle_iterator_next(struct of_phandle_iterator *it);
900 static inline int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1237 err = of_phandle_iterator_next(it); \
1239 err = of_phandle_iterator_next(it))
/kernel/linux/linux-5.10/drivers/of/
Dbase.c1273 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1356 EXPORT_SYMBOL_GPL(of_phandle_iterator_next);
1770 while ((rc = of_phandle_iterator_next(&it)) == 0) in of_count_phandle_with_args()
/kernel/linux/linux-5.10/drivers/remoteproc/
Dst_remoteproc.c129 while (of_phandle_iterator_next(&it) == 0) { in st_rproc_parse_fw()
Dstm32_rproc.c231 while (of_phandle_iterator_next(&it) == 0) { in stm32_rproc_parse_memory_regions()