Home
last modified time | relevance | path

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

/linux-4.4.14/arch/frv/mb93090-mb00/
Dpci-frv.h25 extern struct pci_ops *__nongpreldata pci_root_ops;
Dpci-vdk.c28 struct pci_ops *__nongpreldata pci_root_ops; variable
378 pci_root_ops = dir; in pcibios_init()
387 bus = pci_scan_root_bus(NULL, 0, pci_root_ops, NULL, &resources); in pcibios_init()
/linux-4.4.14/arch/mn10300/unit-asb2305/
Dpci-asb2305.h31 extern struct pci_ops *pci_root_ops;
Dpci.c27 struct pci_ops *pci_root_ops; variable
/linux-4.4.14/arch/ia64/include/asm/
Dpci.h80 extern struct pci_ops pci_root_ops;
/linux-4.4.14/arch/x86/include/asm/
Dpci_x86.h57 extern struct pci_ops pci_root_ops;
/linux-4.4.14/arch/x86/pci/
Dcommon.c73 struct pci_ops pci_root_ops = { variable
489 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, sd, &resources); in pcibios_scan_root()
Dintel_mid_pci.c283 pci_root_ops = intel_mid_pci_ops; in intel_mid_pci_init()
Dacpi.c311 .pci_ops = &pci_root_ops,
/linux-4.4.14/arch/ia64/pci/
Dpci.c113 struct pci_ops pci_root_ops = { variable
285 .pci_ops = &pci_root_ops,
/linux-4.4.14/arch/ia64/sn/kernel/
Dio_init.c269 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, controller, in sn_pci_controller_fixup()
/linux-4.4.14/arch/s390/pci/
Dpci.c342 static struct pci_ops pci_root_ops = { variable
777 zdev->bus = pci_scan_root_bus(NULL, ZPCI_BUS_NR, &pci_root_ops, in zpci_scan_bus()