Searched refs:of_phandle_iterator_init (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/remoteproc/ |
H A D | rcar_rproc.c | 61 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in rcar_rproc_prepare()
|
H A D | st_remoteproc.c | 128 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in st_rproc_parse_fw()
|
H A D | xlnx_r5_remoteproc.c | 447 of_phandle_iterator_init(&it, r5_core->np, "memory-region", NULL, 0); in add_mem_regions_carveout()
|
H A D | stm32_rproc.c | 223 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_prepare()
|
H A D | imx_dsp_rproc.c | 637 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in imx_dsp_rproc_add_carveout()
|
H A D | imx_rproc.c | 565 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in imx_rproc_prepare()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 392 extern int of_phandle_iterator_init(struct of_phandle_iterator *it, 767 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1397 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 1106 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1137 EXPORT_SYMBOL_GPL(of_phandle_iterator_init); 1520 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
|