Home
last modified time | relevance | path

Searched refs:pci_root_ops (Results 1 – 12 of 12) sorted by relevance

/arch/frv/mb93090-mb00/
Dpci-vdk.c31 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()
Dpci-frv.h37 extern struct pci_ops *__nongpreldata pci_root_ops;
/arch/x86/pci/
Dlegacy.c31 pci_scan_bus_on_node(n, &pci_root_ops, node); in pcibios_fixup_peer_bridges()
Dcommon.c69 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()
Dacpi.c205 bus = pci_scan_bus_parented(NULL, busnum, &pci_root_ops, sd); in pci_acpi_scan_root()
Dirq.c144 if (pci_scan_bus_on_node(i, &pci_root_ops, node)) in pirq_peer_trick()
/arch/mn10300/unit-asb2305/
Dpci-asb2305.h43 extern struct pci_ops *pci_root_ops;
Dpci.c27 struct pci_ops *pci_root_ops; variable
404 am33_root_bus.ops = pci_root_ops; in pcibios_init()
/arch/x86/include/asm/
Dpci_x86.h53 extern struct pci_ops pci_root_ops;
/arch/ia64/include/asm/
Dpci.h125 extern struct pci_ops pci_root_ops;
/arch/ia64/pci/
Dpci.c107 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/
Dio_init.c320 bus = pci_scan_bus(busnum, &pci_root_ops, controller); in sn_pci_controller_fixup()