Home
last modified time | relevance | path

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

/linux/arch/x86/pci/
A Dmmconfig-shared.c311 static const struct pci_mmcfg_hostbridge_probe pci_mmcfg_probes[] __initconst = { variable
356 for (i = 0; i < ARRAY_SIZE(pci_mmcfg_probes); i++) { in pci_mmcfg_check_hostbridge()
357 bus = pci_mmcfg_probes[i].bus; in pci_mmcfg_check_hostbridge()
358 devfn = pci_mmcfg_probes[i].devfn; in pci_mmcfg_check_hostbridge()
364 if (pci_mmcfg_probes[i].vendor == vendor && in pci_mmcfg_check_hostbridge()
365 pci_mmcfg_probes[i].device == device) in pci_mmcfg_check_hostbridge()
366 name = pci_mmcfg_probes[i].probe(); in pci_mmcfg_check_hostbridge()

Completed in 4 milliseconds