Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/remoteproc/
Drcar_rproc.c61 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in rcar_rproc_prepare()
Dst_remoteproc.c128 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
Dxlnx_r5_remoteproc.c447 of_phandle_iterator_init(&it, r5_core->np, "memory-region", NULL, 0); in add_mem_regions_carveout()
Dstm32_rproc.c223 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_prepare()
Dimx_dsp_rproc.c637 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in imx_dsp_rproc_add_carveout()
Dimx_rproc.c565 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in imx_rproc_prepare()
/linux-6.6.21/include/linux/
Dof.h390 extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
765 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1395 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
/linux-6.6.21/drivers/of/
Dbase.c1106 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1137 EXPORT_SYMBOL_GPL(of_phandle_iterator_init);
1520 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()