Searched refs:pci_root_ops (Results 1 – 12 of 12) sorted by relevance
/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 31 struct pci_ops *__nongpreldata pci_root_ops; variable 219 bus.ops = pci_root_ops; in pcibios_fixup_peer_bridges() 226 pci_scan_bus(n, pci_root_ops, NULL); in pcibios_fixup_peer_bridges() 380 pci_root_ops = dir; in pcibios_init() 387 pci_root_bus = pci_scan_bus(0, pci_root_ops, NULL); in pcibios_init()
|
D | pci-frv.h | 37 extern struct pci_ops *__nongpreldata pci_root_ops;
|
/arch/x86/pci/ |
D | legacy.c | 31 pci_scan_bus_on_node(n, &pci_root_ops, node); in pcibios_fixup_peer_bridges()
|
D | common.c | 69 struct pci_ops pci_root_ops = { variable 403 bus = pci_scan_bus_parented(NULL, busnum, &pci_root_ops, sd); in pcibios_scan_root() 598 return pci_scan_bus_on_node(busno, &pci_root_ops, -1); in pci_scan_bus_with_sysdata()
|
D | acpi.c | 205 bus = pci_scan_bus_parented(NULL, busnum, &pci_root_ops, sd); in pci_acpi_scan_root()
|
D | irq.c | 144 if (pci_scan_bus_on_node(i, &pci_root_ops, node)) in pirq_peer_trick()
|
/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 43 extern struct pci_ops *pci_root_ops;
|
D | pci.c | 27 struct pci_ops *pci_root_ops; variable 404 am33_root_bus.ops = pci_root_ops; in pcibios_init()
|
/arch/x86/include/asm/ |
D | pci_x86.h | 53 extern struct pci_ops pci_root_ops;
|
/arch/ia64/include/asm/ |
D | pci.h | 125 extern struct pci_ops pci_root_ops;
|
/arch/ia64/pci/ |
D | pci.c | 107 struct pci_ops pci_root_ops = { variable 373 pbus = pci_scan_bus_parented(NULL, bus, &pci_root_ops, controller); in pci_acpi_scan_root()
|
/arch/ia64/sn/kernel/ |
D | io_init.c | 320 bus = pci_scan_bus(busnum, &pci_root_ops, controller); in sn_pci_controller_fixup()
|