Searched refs:allnext (Results 1 – 6 of 6) sorted by relevance
117 for (np = allnodes; np != NULL; np = np->allnext) { in finish_device_tree()145 for (np = allnodes; np != NULL; np = np->allnext) { in finish_device_tree()460 for (np = allnodes; np != 0; np = np->allnext) { in relocate_nodes()466 ADDBASE(np->allnext); in relocate_nodes()787 for (np = allnodes; np != 0; np = np->allnext) { in prom_get_irq_senses()812 for (np = allnodes; np != 0; np = np->allnext) { in find_devices()831 for (np = allnodes; np != 0; np = np->allnext) { in find_type_devices()850 for (np = allnodes; np != 0; np = np->allnext) { in find_all_nodes()907 for (np = allnodes; np != 0; np = np->allnext) { in find_compatible_devices()928 for (np = allnodes; np != 0; np = np->allnext) in find_path_device()[all …]
476 *allnextpp = &np->allnext; in inspect_node()
59 struct device_node *allnext; /* next in list of all nodes */ member
145 struct device_node *allnext; /* next in list of all nodes */ member
1874 *allnextpp = &np->allnext; in inspect_node()2275 for (np = allnodes; np != 0; np = np->allnext) { in prom_get_irq_senses()2293 for (np = allnodes; np != 0; np = np->allnext) { in find_devices()2312 for (np = allnodes; np != 0; np = np->allnext) { in find_type_devices()2331 for (np = allnodes; np != 0; np = np->allnext) { in find_all_nodes()2388 for (np = allnodes; np != 0; np = np->allnext) { in find_compatible_devices()2409 for (np = allnodes; np != 0; np = np->allnext) in find_path_device()2423 for (np = allnodes; np != 0; np = np->allnext) in find_phandle()
266 other_eads->allnext = eads; in create_eads_node()