Searched refs:of_phandle_iterator_init (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/remoteproc/
H A Drcar_rproc.c61 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0);
H A Dst_remoteproc.c127 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0);
H A Dxlnx_r5_remoteproc.c457 of_phandle_iterator_init(&it, r5_core->np, "memory-region", NULL, 0);
H A Dimx_rproc.c562 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0);
H A Dimx_dsp_rproc.c633 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0);
H A Dstm32_rproc.c223 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0);
/linux-master/drivers/of/
H A Dbase.c1158 int of_phandle_iterator_init(struct of_phandle_iterator *it, function
1189 EXPORT_SYMBOL_GPL(of_phandle_iterator_init); variable
1572 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1);
/linux-master/include/linux/
H A Dof.h386 extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
775 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, function
1429 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \

Completed in 127 milliseconds