Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dof.h382 extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
889 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1229 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
/Linux-v5.10/drivers/of/
Dbase.c1240 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1271 EXPORT_SYMBOL_GPL(of_phandle_iterator_init);
1761 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
/Linux-v5.10/drivers/remoteproc/
Dst_remoteproc.c128 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
Dstm32_rproc.c230 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_parse_memory_regions()