Searched refs:of_find_all_nodes (Results 1 – 6 of 6) sorted by relevance
27 struct device_node *dn = of_find_all_nodes(NULL); in find_by_address()37 dn = of_find_all_nodes(dn); in find_by_address()
58 while ((np = of_find_all_nodes(np))) { in mpic_msi_reserve_u3_hwirqs()
443 for (np = NULL; (np = of_find_all_nodes(np));) { in find_legacy_serial_ports()
250 struct device_node *of_find_all_nodes(struct device_node *prev) in of_find_all_nodes() function262 EXPORT_SYMBOL(of_find_all_nodes);
238 extern struct device_node *of_find_all_nodes(struct device_node *prev);
3331 while((np = of_find_all_nodes(np)) != NULL) { in emac_make_bootlist()
Completed in 21 milliseconds