Searched refs:pci_mmcfg_probes (Results 1 – 1 of 1) sorted by relevance
309 static const struct pci_mmcfg_hostbridge_probe pci_mmcfg_probes[] __initconst = { variable354 for (i = 0; i < ARRAY_SIZE(pci_mmcfg_probes); i++) { in pci_mmcfg_check_hostbridge()355 bus = pci_mmcfg_probes[i].bus; in pci_mmcfg_check_hostbridge()356 devfn = pci_mmcfg_probes[i].devfn; in pci_mmcfg_check_hostbridge()362 if (pci_mmcfg_probes[i].vendor == vendor && in pci_mmcfg_check_hostbridge()363 pci_mmcfg_probes[i].device == device) in pci_mmcfg_check_hostbridge()364 name = pci_mmcfg_probes[i].probe(); in pci_mmcfg_check_hostbridge()