pci_match_id      122 arch/x86/kernel/amd_nb.c 	} while (!pci_match_id(ids, dev));
pci_match_id     1353 drivers/ata/ahci.c 	return pci_match_id(ids, pdev);
pci_match_id     1598 drivers/ata/ahci.c 	const struct pci_device_id *id = pci_match_id(ahci_pci_tbl, pdev);
pci_match_id      201 drivers/char/applicom.c 		if (!pci_match_id(applicom_pci_tbl, dev))
pci_match_id      136 drivers/char/hw_random/amd-rng.c 		ent = pci_match_id(pci_tbl, pdev);
pci_match_id       95 drivers/char/hw_random/geode-rng.c 		ent = pci_match_id(pci_tbl, pdev);
pci_match_id       75 drivers/char/ipmi/ipmi_si_pci.c 	if (pci_match_id(ipmi_pci_blacklist, pdev))
pci_match_id      188 drivers/cpufreq/gx-suspmod.c 		if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL)
pci_match_id      193 drivers/gpio/gpio-amd8111.c 		ent = pci_match_id(pci_tbl, pdev);
pci_match_id      364 drivers/hwmon/fam15h_power.c 	if (!pci_match_id(affected_device, pdev))
pci_match_id       65 drivers/ide/ide-scan-pci.c 				pci_match_id(d->id_table, dev);
pci_match_id     6486 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	id = pci_match_id(hns_roce_hw_v2_pci_tbl, handle->pdev);
pci_match_id      773 drivers/misc/hpilo.c 	if (pci_match_id(ilo_blacklist, pdev)) {
pci_match_id      193 drivers/net/ethernet/hisilicon/hns3/hnae3.c 		id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev);
pci_match_id      247 drivers/net/ethernet/hisilicon/hns3/hnae3.c 		id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev);
pci_match_id      287 drivers/net/ethernet/hisilicon/hns3/hnae3.c 		id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev);
pci_match_id      351 drivers/net/ethernet/hisilicon/hns3/hnae3.c 		id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev);
pci_match_id      178 drivers/net/wireless/ath/ath5k/led.c 	match = pci_match_id(&ath5k_led_devices[0], pdev);
pci_match_id     2916 drivers/parport/parport_pc.c 		id = pci_match_id(parport_pc_pci_tbl, pdev);
pci_match_id      568 drivers/pci/controller/dwc/pci-keystone.c 	if (pci_match_id(rc_pci_devids, bridge)) {
pci_match_id      126 drivers/pci/pci-driver.c 		if (pci_match_id(pdrv->id_table, pdev))
pci_match_id      233 drivers/pci/pci-driver.c EXPORT_SYMBOL(pci_match_id);
pci_match_id      272 drivers/pci/pci-driver.c 		found_id = pci_match_id(drv->id_table, dev);
pci_match_id     4093 drivers/pci/quirks.c 	id = pci_match_id(fixed_dma_alias_tbl, dev);
pci_match_id      944 drivers/pcmcia/ti113x.h 		id = (struct pci_device_id *) pci_match_id(ene_tune_tbl, dev);
pci_match_id      548 drivers/platform/x86/pmc_atom.c 		ent = pci_match_id(pmc_pci_ids, pdev);
pci_match_id     1558 drivers/spi/spi-pxa2xx.c 		pcidev_id = pci_match_id(pxa2xx_spi_pci_compound_match,
pci_match_id      663 drivers/staging/gasket/gasket_core.c 		    pci_match_id(g_descs[i].driver_desc->pci_id_table, pci_dev))
pci_match_id       91 drivers/staging/uwb/umc-bus.c 	return pci_match_id(id_table, pci) != NULL;
pci_match_id     1892 drivers/tty/rocket.c 	if (!dev || !pci_match_id(rocket_pci_ids, dev) ||
pci_match_id     3912 drivers/tty/serial/8250/8250_pci.c 	if (pci_match_id(pci_use_msi, dev)) {
pci_match_id     4041 drivers/tty/serial/8250/8250_pci.c 	exclude = pci_match_id(blacklist, dev);
pci_match_id       47 drivers/usb/host/ehci-pci.c 	return !!pci_match_id(bypass_pci_id_table, pdev);
pci_match_id      251 drivers/usb/host/ohci-pci.c 		quirk_id = pci_match_id(ohci_pci_quirks, pdev);
pci_match_id     1694 drivers/vfio/pci/vfio_pci_config.c 		    !pci_match_id(known_bogus_vf_intx_pin, pdev))
pci_match_id      299 drivers/watchdog/hpwdt.c 	if (pci_match_id(hpwdt_blacklist, dev)) {
pci_match_id      312 drivers/watchdog/nv_tco.c 		if (pci_match_id(tco_pci_tbl, dev) != NULL) {
pci_match_id      448 drivers/watchdog/sp5100_tco.c 		if (pci_match_id(sp5100_tco_pci_tbl, dev) != NULL) {
pci_match_id     1384 include/linux/pci.h const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
pci_match_id      839 sound/pci/bt87x.c 	supported = pci_match_id(snd_bt87x_ids, pci);
pci_match_id     2068 sound/pci/hda/hda_intel.c 	if (pci_match_id(driver_blacklist, pci)) {
pci_match_id      319 sound/pci/oxygen/oxygen_lib.c 	id = pci_match_id(bridge_ids, bridge);