Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Drcar_rproc.c61 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in rcar_rproc_prepare()
H A Dst_remoteproc.c127 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
H A Dstm32_rproc.c223 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_prepare()
H A Dxlnx_r5_remoteproc.c502 of_phandle_iterator_init(&it, r5_core->np, "memory-region", NULL, 0); in add_mem_regions_carveout()
/linux/include/linux/
H A Dof.h395 extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
800 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1432 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
/linux/drivers/of/
H A Dbase.c1235 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1266 EXPORT_SYMBOL_GPL(of_phandle_iterator_init);
1635 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()