Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpci_x86.h66 extern struct pci_ops pci_root_ops;
/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.c315 pci_root_ops = intel_mid_pci_ops; in intel_mid_pci_init()
H A Dacpi.c527 .pci_ops = &pci_root_ops,
/linux/arch/s390/pci/
H A Dpci.c412 static struct pci_ops pci_root_ops = { variable
856 rc = zpci_bus_device_register(zdev, &pci_root_ops); in zpci_add_device()