Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dof.h388 extern int of_phandle_iterator_next(struct of_phandle_iterator *it);
915 static inline int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1268 err = of_phandle_iterator_next(it); \
1270 err = of_phandle_iterator_next(it))
/Linux-v5.15/drivers/of/
Dbase.c1272 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1350 EXPORT_SYMBOL_GPL(of_phandle_iterator_next);
1764 while ((rc = of_phandle_iterator_next(&it)) == 0) in of_count_phandle_with_args()
/Linux-v5.15/drivers/remoteproc/
Dst_remoteproc.c129 while (of_phandle_iterator_next(&it) == 0) { in st_rproc_parse_fw()
Dimx_rproc.c439 while (of_phandle_iterator_next(&it) == 0) { in imx_rproc_prepare()
Dstm32_rproc.c223 while (of_phandle_iterator_next(&it) == 0) { in stm32_rproc_prepare()