Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Drcar_rproc.c62 while (of_phandle_iterator_next(&it) == 0) { in rcar_rproc_prepare()
H A Dst_remoteproc.c129 while (of_phandle_iterator_next(&it) == 0) { in st_rproc_parse_fw()
H A Dxlnx_r5_remoteproc.c449 while (of_phandle_iterator_next(&it) == 0) { in add_mem_regions_carveout()
H A Dstm32_rproc.c224 while (of_phandle_iterator_next(&it) == 0) { in stm32_rproc_prepare()
H A Dimx_dsp_rproc.c638 while (of_phandle_iterator_next(&it) == 0) { in imx_dsp_rproc_add_carveout()
H A Dimx_rproc.c566 while (of_phandle_iterator_next(&it) == 0) { in imx_rproc_prepare()
/openbmc/linux/include/linux/
H A Dof.h398 extern int of_phandle_iterator_next(struct of_phandle_iterator *it);
774 static inline int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1396 err = of_phandle_iterator_next(it); \
1398 err = of_phandle_iterator_next(it))
/openbmc/linux/drivers/of/
H A Dbase.c1139 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() function
1222 EXPORT_SYMBOL_GPL(of_phandle_iterator_next);
1529 while ((rc = of_phandle_iterator_next(&it)) == 0) in of_count_phandle_with_args()