Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/include/asm/
Dpci.h59 extern struct pci_ops pci_root_ops;
/linux-6.1.9/arch/ia64/pci/
Dpci.c113 struct pci_ops pci_root_ops = { variable
285 .pci_ops = &pci_root_ops,
/linux-6.1.9/arch/x86/include/asm/
Dpci_x86.h66 extern struct pci_ops pci_root_ops;
/linux-6.1.9/arch/x86/pci/
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()
Dintel_mid_pci.c315 pci_root_ops = intel_mid_pci_ops; in intel_mid_pci_init()
Dacpi.c407 .pci_ops = &pci_root_ops,
/linux-6.1.9/arch/s390/pci/
Dpci.c429 static struct pci_ops pci_root_ops = { variable
840 rc = zpci_bus_device_register(zdev, &pci_root_ops); in zpci_create_device()