Home
last modified time | relevance | path

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

/linux-3.4.99/arch/frv/mb93090-mb00/
Dpci-vdk.c30 struct pci_ops *__nongpreldata pci_root_ops; variable
241 bus.ops = pci_root_ops; in pcibios_fixup_peer_bridges()
248 pci_scan_bus(n, pci_root_ops, NULL); in pcibios_fixup_peer_bridges()
412 pci_root_ops = dir; in pcibios_init()
421 pci_root_bus = pci_scan_root_bus(NULL, 0, pci_root_ops, NULL, in pcibios_init()
Dpci-frv.h35 extern struct pci_ops *__nongpreldata pci_root_ops;
/linux-3.4.99/arch/x86/pci/
Dlegacy.c52 pci_scan_bus_on_node(busn, &pci_root_ops, node); in pcibios_scan_specific_bus()
Dcommon.c71 struct pci_ops pci_root_ops = { variable
458 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, sd, &resources); in pcibios_scan_root()
670 return pci_scan_bus_on_node(busno, &pci_root_ops, -1); in pci_scan_bus_with_sysdata()
Dmrst.c241 pci_root_ops = pci_mrst_ops; in pci_mrst_init()
Dacpi.c426 bus = pci_create_root_bus(NULL, busnum, &pci_root_ops, sd, in pci_acpi_scan_root()
Dirq.c143 if (pci_scan_bus_on_node(i, &pci_root_ops, node)) in pirq_peer_trick()
/linux-3.4.99/arch/mn10300/unit-asb2305/
Dpci-asb2305.h40 extern struct pci_ops *pci_root_ops;
Dpci.c27 struct pci_ops *pci_root_ops; variable
/linux-3.4.99/arch/ia64/include/asm/
Dpci.h112 extern struct pci_ops pci_root_ops;
/linux-3.4.99/arch/x86/include/asm/
Dpci_x86.h54 extern struct pci_ops pci_root_ops;
/linux-3.4.99/arch/ia64/pci/
Dpci.c112 struct pci_ops pci_root_ops = { variable
380 pbus = pci_create_root_bus(NULL, bus, &pci_root_ops, controller, in pci_acpi_scan_root()
/linux-3.4.99/arch/ia64/sn/kernel/
Dio_init.c326 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, controller, in sn_pci_controller_fixup()