Searched refs:pci_mmcfg_probes (Results 1 – 1 of 1) sorted by relevance
311 static const struct pci_mmcfg_hostbridge_probe pci_mmcfg_probes[] __initconst = { variable356 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()