Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/remoteproc/
A Drcar_rproc.c61 while (of_phandle_iterator_next(&it) == 0) { in rcar_rproc_prepare()
A Dst_remoteproc.c129 while (of_phandle_iterator_next(&it) == 0) { in st_rproc_parse_fw()
A Dimx_dsp_rproc.c620 while (of_phandle_iterator_next(&it) == 0) { in imx_dsp_rproc_add_carveout()
A Dstm32_rproc.c223 while (of_phandle_iterator_next(&it) == 0) { in stm32_rproc_prepare()
A Dimx_rproc.c531 while (of_phandle_iterator_next(&it) == 0) { in imx_rproc_prepare()
/linux-6.3-rc2/include/linux/
A Dof.h394 extern int of_phandle_iterator_next(struct of_phandle_iterator *it);
753 static inline int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1375 err = of_phandle_iterator_next(it); \
1377 err = of_phandle_iterator_next(it))
/linux-6.3-rc2/drivers/of/
A Dbase.c1321 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1404 EXPORT_SYMBOL_GPL(of_phandle_iterator_next);
1705 while ((rc = of_phandle_iterator_next(&it)) == 0) in of_count_phandle_with_args()

Completed in 18 milliseconds