Searched refs:pci_root_ops (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 28 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()
|
D | pci-frv.h | 33 extern struct pci_ops *__nongpreldata pci_root_ops;
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 38 extern struct pci_ops *pci_root_ops;
|
D | pci.c | 27 struct pci_ops *pci_root_ops; variable
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pci.h | 104 extern struct pci_ops pci_root_ops;
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pci_x86.h | 57 extern struct pci_ops pci_root_ops;
|
/linux-4.1.27/arch/x86/pci/ |
D | common.c | 73 struct pci_ops pci_root_ops = { variable 489 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, sd, &resources); in pcibios_scan_root()
|
D | intel_mid_pci.c | 261 pci_root_ops = intel_mid_pci_ops; in intel_mid_pci_init()
|
D | acpi.c | 466 bus = pci_create_root_bus(NULL, busnum, &pci_root_ops, in pci_acpi_scan_root()
|
/linux-4.1.27/arch/ia64/pci/ |
D | pci.c | 113 struct pci_ops pci_root_ops = { variable 465 pbus = pci_create_root_bus(NULL, bus, &pci_root_ops, controller, in pci_acpi_scan_root()
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | io_init.c | 269 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, controller, in sn_pci_controller_fixup()
|
/linux-4.1.27/arch/s390/pci/ |
D | pci.c | 347 static struct pci_ops pci_root_ops = { variable 782 zdev->bus = pci_scan_root_bus(NULL, ZPCI_BUS_NR, &pci_root_ops, in zpci_scan_bus()
|