Searched refs:of_phandle_iterator_init (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | of.h | 380 extern int of_phandle_iterator_init(struct of_phandle_iterator *it, 876 static inline int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1211 for (of_phandle_iterator_init((it), (np), (ln), (cn), (cc)), \
|
| /Linux-v5.4/drivers/of/ |
| D | base.c | 1278 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() function 1309 EXPORT_SYMBOL_GPL(of_phandle_iterator_init); 1799 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
|
| /Linux-v5.4/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 | 210 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in stm32_rproc_parse_fw()
|