Searched refs:pci_root_ops (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/ia64/include/asm/ |
D | pci.h | 59 extern struct pci_ops pci_root_ops;
|
/Linux-v4.19/arch/ia64/pci/ |
D | pci.c | 113 struct pci_ops pci_root_ops = { variable 285 .pci_ops = &pci_root_ops,
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pci_x86.h | 61 extern struct pci_ops pci_root_ops;
|
/Linux-v4.19/arch/x86/pci/ |
D | common.c | 70 struct pci_ops pci_root_ops = { variable 470 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, sd, &resources); in pcibios_scan_root()
|
D | intel_mid_pci.c | 300 pci_root_ops = intel_mid_pci_ops; in intel_mid_pci_init()
|
D | acpi.c | 320 .pci_ops = &pci_root_ops,
|
/Linux-v4.19/arch/ia64/sn/kernel/ |
D | io_init.c | 256 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, controller, in sn_pci_controller_fixup()
|
/Linux-v4.19/arch/s390/pci/ |
D | pci.c | 352 static struct pci_ops pci_root_ops = { variable 798 zdev->bus = pci_scan_root_bus(NULL, ZPCI_BUS_NR, &pci_root_ops, in zpci_scan_bus()
|