Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dpci.h59 extern struct pci_ops pci_root_ops;
/openbmc/linux/arch/ia64/pci/
H A Dpci.c113 struct pci_ops pci_root_ops = { variable
285 .pci_ops = &pci_root_ops,
/openbmc/linux/arch/x86/pci/
H A Dcommon.c72 struct pci_ops pci_root_ops = { variable
472 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, sd, &resources); in pcibios_scan_root()
H A Dintel_mid_pci.c315 pci_root_ops = intel_mid_pci_ops; in intel_mid_pci_init()
H A Dacpi.c524 .pci_ops = &pci_root_ops,
/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.h66 extern struct pci_ops pci_root_ops;
/openbmc/linux/arch/s390/pci/
H A Dpci.c392 static struct pci_ops pci_root_ops = { variable
808 rc = zpci_bus_device_register(zdev, &pci_root_ops); in zpci_create_device()