Searched refs:pci_root_ops (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/frv/mb93090-mb00/ |
D | pci-frv.h | 25 extern struct pci_ops *__nongpreldata pci_root_ops;
|
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()
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 31 extern struct pci_ops *pci_root_ops;
|
D | pci.c | 27 struct pci_ops *pci_root_ops; variable
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pci.h | 80 extern struct pci_ops pci_root_ops;
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pci_x86.h | 57 extern struct pci_ops pci_root_ops;
|
/linux-4.4.14/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 | 283 pci_root_ops = intel_mid_pci_ops; in intel_mid_pci_init()
|
D | acpi.c | 311 .pci_ops = &pci_root_ops,
|
/linux-4.4.14/arch/ia64/pci/ |
D | pci.c | 113 struct pci_ops pci_root_ops = { variable 285 .pci_ops = &pci_root_ops,
|
/linux-4.4.14/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.4.14/arch/s390/pci/ |
D | pci.c | 342 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()
|