Home
last modified time | relevance | path

Searched refs:allnext (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dprom.c117 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 …]
Dprom_init.c476 *allnextpp = &np->allnext; in inspect_node()
/linux-2.4.37.9/include/asm-ppc/
Dprom.h59 struct device_node *allnext; /* next in list of all nodes */ member
/linux-2.4.37.9/include/asm-ppc64/
Dprom.h145 struct device_node *allnext; /* next in list of all nodes */ member
/linux-2.4.37.9/arch/ppc64/kernel/
Dprom.c1874 *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()
Dpci_dn.c266 other_eads->allnext = eads; in create_eads_node()