Searched refs:of_phandle_iterator_init (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | of.h | 382 extern int of_phandle_iterator_init(struct of_phandle_iterator *it, 906 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1267 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
|
| /Linux-v5.15/drivers/of/ |
| D | base.c | 1239 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1270 EXPORT_SYMBOL_GPL(of_phandle_iterator_init); 1760 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
|
| /Linux-v5.15/drivers/remoteproc/ |
| D | st_remoteproc.c | 128 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
|
| D | imx_rproc.c | 438 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in imx_rproc_prepare()
|
| D | stm32_rproc.c | 222 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_prepare()
|