Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/remoteproc/
Drcar_rproc.c62 while (of_phandle_iterator_next(&it) == 0) { in rcar_rproc_prepare()
Dst_remoteproc.c128 while (of_phandle_iterator_next(&it) == 0) { in st_rproc_parse_fw()
Dstm32_rproc.c224 while (of_phandle_iterator_next(&it) == 0) { in stm32_rproc_prepare()
Dimx_dsp_rproc.c634 while (of_phandle_iterator_next(&it) == 0) { in imx_dsp_rproc_add_carveout()
Dxlnx_r5_remoteproc.c472 while (of_phandle_iterator_next(&it) == 0) { in add_mem_regions_carveout()
Dimx_rproc.c559 while (of_phandle_iterator_next(&it) == 0) { in imx_rproc_prepare()
/linux-6.12.1/include/linux/
Dof.h392 extern int of_phandle_iterator_next(struct of_phandle_iterator *it);
782 static inline int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1428 err = of_phandle_iterator_next(it); \
1430 err = of_phandle_iterator_next(it))
/linux-6.12.1/drivers/of/
Dbase.c1192 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1275 EXPORT_SYMBOL_GPL(of_phandle_iterator_next);
1558 while ((rc = of_phandle_iterator_next(&it)) == 0) in of_count_phandle_with_args()