Searched refs:of_phandle_iterator_init (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/remoteproc/ |
D | rcar_rproc.c | 60 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in rcar_rproc_prepare()
|
D | st_remoteproc.c | 128 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
|
D | imx_rproc.c | 449 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in imx_rproc_prepare()
|
D | imx_dsp_rproc.c | 619 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in imx_dsp_rproc_add_carveout()
|
D | stm32_rproc.c | 222 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_prepare()
|
/linux-6.1.9/include/linux/ |
D | of.h | 377 extern int of_phandle_iterator_init(struct of_phandle_iterator *it, 733 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1323 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
|
/linux-6.1.9/drivers/of/ |
D | base.c | 1288 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1319 EXPORT_SYMBOL_GPL(of_phandle_iterator_init); 1701 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
|