Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof.h380 extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
876 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1211 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
/Linux-v5.4/drivers/of/
Dbase.c1278 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function
1309 EXPORT_SYMBOL_GPL(of_phandle_iterator_init);
1799 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
/Linux-v5.4/drivers/remoteproc/
Dst_remoteproc.c128 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
Dstm32_rproc.c210 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_parse_fw()