| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.c | 25 pci_id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_unregister_ae_algo_prepare() 232 id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_register_ae_algo() 286 id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_unregister_ae_algo() 326 id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_register_ae_dev() 390 id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_unregister_ae_dev()
|
| /linux/drivers/clk/x86/ |
| H A D | clk-fch.c | 60 if (pci_match_id(fch_pci_ids, rdev)) { in fch_clk_probe() 104 clks = pci_match_id(fch_pci_ids, rdev) ? CLK_MAX_FIXED : ST_MAX_CLKS; in fch_clk_remove()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | vsec.c | 173 if (!pci_match_id(intel_vsec_pci_ids, pdev)) in intel_vsec_link_devices() 430 if (!pci_match_id(intel_vsec_pci_ids, pdev)) in intel_vsec_register_device() 688 if (!pci_match_id(intel_vsec_pci_ids, pdev)) in intel_vsec_get_mapping() 829 pci_dev_id = pci_match_id(intel_vsec_pci_ids, pdev); in intel_vsec_pci_slot_reset()
|
| /linux/drivers/char/hw_random/ |
| H A D | geode-rng.c | 102 ent = pci_match_id(pci_tbl, pdev); in geode_rng_init()
|
| H A D | amd-rng.c | 137 ent = pci_match_id(pci_tbl, pdev); in amd_rng_mod_init()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_si_pci.c | 70 if (pci_match_id(ipmi_pci_blacklist, pdev)) in ipmi_pci_probe()
|
| /linux/sound/hda/core/ |
| H A D | i915.c | 161 if (pci_match_id(denylist, display_dev)) in i915_gfx_present()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 743 #define HDA_CONTROLLER_IS_HSW(pci) (pci_match_id((struct pci_device_id []){ \ 751 #define HDA_CONTROLLER_IS_APL(pci) (pci_match_id((struct pci_device_id []){ \ 756 #define HDA_CONTROLLER_IN_GPU(pci) (pci_match_id((struct pci_device_id []){ \
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | led.c | 179 match = pci_match_id(&ath5k_led_devices[0], pdev); in ath5k_init_leds()
|
| /linux/drivers/usb/host/ |
| H A D | ohci-pci.c | 270 quirk_id = pci_match_id(ohci_pci_quirks, pdev); in ohci_pci_reset()
|
| H A D | xhci-pci.c | 702 pci_match_id(pci_ids_renesas, dev)) in xhci_pci_probe()
|
| /linux/drivers/gpio/ |
| H A D | gpio-amd8111.c | 191 ent = pci_match_id(pci_tbl, pdev); in amd_gpio_init()
|
| /linux/drivers/cpufreq/ |
| H A D | gx-suspmod.c | 188 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) in gx_detect_chipset()
|
| /linux/drivers/watchdog/ |
| H A D | nv_tco.c | 312 if (pci_match_id(tco_pci_tbl, dev) != NULL) { in nv_tco_getdevice()
|
| H A D | sp5100_tco.c | 595 if (pci_match_id(sp5100_tco_pci_tbl, dev) != NULL) { in sp5100_tco_init()
|
| /linux/drivers/pci/ |
| H A D | pci-driver.c | 105 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, in pci_match_id() function 117 EXPORT_SYMBOL(pci_match_id); 159 for (ids = drv->id_table; (found_id = pci_match_id(ids, dev)); in pci_match_device()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-loongson.c | 112 if (pci_match_id(bridge_devids, bridge)) { in loongson_set_min_mrrs_quirk()
|
| /linux/drivers/platform/x86/ |
| H A D | pmc_atom.c | 593 ent = pci_match_id(pmc_pci_ids, pdev); in pmc_atom_init()
|
| /linux/drivers/pcmcia/ |
| H A D | ti113x.h | 944 id = (struct pci_device_id *) pci_match_id(ene_tune_tbl, dev); in ene_tune_bridge()
|
| /linux/drivers/platform/x86/amd/pmc/ |
| H A D | pmc.c | 739 if (!rdev || !pci_match_id(pmc_pci_ids, rdev)) { in amd_pmc_probe()
|
| /linux/drivers/char/ |
| H A D | applicom.c | 196 if (!pci_match_id(applicom_pci_tbl, dev)) in applicom_init()
|
| /linux/drivers/misc/ |
| H A D | hpilo.c | 776 if (pci_match_id(ilo_blacklist, pdev)) { in ilo_probe()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 933 const struct pci_device_id *found = pci_match_id(ids, pdev); in xe_match_desc()
|
| /linux/include/linux/ |
| H A D | pci.h | 1706 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, 2215 static inline const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, in pci_match_id() function
|
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 2138 if (pci_match_id(driver_denylist, pci)) { in azx_probe() 2144 if (dmi && pci_match_id(dmi->driver_data, pci)) { in azx_probe()
|