Searched refs:of_phandle_iterator_init (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | of.h | 382 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/ |
D | base.c | 1240 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/ |
D | st_remoteproc.c | 128 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
|
D | stm32_rproc.c | 230 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_parse_memory_regions()
|