/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() 214 id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_register_ae_algo() 268 id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_unregister_ae_algo() 308 id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_register_ae_dev() 372 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/net/wireless/intel/iwlwifi/tests/ |
H A D | devinfo.c | 62 t = pci_match_id(iwl_hw_card_ids, dev); in devinfo_pci_ids()
|
/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/sound/hda/ |
H A D | hdac_i915.c | 161 if (pci_match_id(denylist, display_dev)) in i915_gfx_present()
|
/linux/include/sound/ |
H A D | hdaudio.h | 717 #define HDA_CONTROLLER_IS_HSW(pci) (pci_match_id((struct pci_device_id []){ \ 725 #define HDA_CONTROLLER_IS_APL(pci) (pci_match_id((struct pci_device_id []){ \ 730 #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 | 247 quirk_id = pci_match_id(ohci_pci_quirks, pdev); in ohci_pci_reset()
|
H A D | ehci-pci.c | 50 return !!pci_match_id(bypass_pci_id_table, pdev); in is_bypassed_id()
|
/linux/drivers/gpio/ |
H A D | gpio-amd8111.c | 189 ent = pci_match_id(pci_tbl, pdev); in amd_gpio_init()
|
/linux/drivers/watchdog/ |
H A D | hpwdt.c | 299 if (pci_match_id(hpwdt_blacklist, dev)) { in hpwdt_init_one()
|
H A D | sp5100_tco.c | 595 if (pci_match_id(sp5100_tco_pci_tbl, dev) != NULL) { in sp5100_tco_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/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/hwmon/ |
H A D | fam15h_power.c | 359 if (!pci_match_id(affected_device, pdev)) in tweak_runavg_range()
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | core.c | 423 if (!rdev || !pci_match_id(pmf_pci_ids, rdev)) { in amd_pmf_probe()
|
/linux/drivers/platform/x86/intel/ |
H A D | vsec.c | 487 pci_dev_id = pci_match_id(intel_vsec_pci_ids, pdev); in intel_vsec_pci_slot_reset()
|
/linux/drivers/platform/x86/ |
H A D | pmc_atom.c | 593 ent = pci_match_id(pmc_pci_ids, pdev); in pmc_atom_init()
|
/linux/arch/x86/kernel/ |
H A D | amd_nb.c | 188 } while (!pci_match_id(ids, dev)); in next_northbridge()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pci-keystone.c | 559 if (pci_match_id(rc_pci_devids, bridge)) { in ks_pcie_quirk() 571 if (pci_match_id(am6_pci_devids, bridge)) { in ks_pcie_quirk()
|
/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/sound/pci/ |
H A D | bt87x.c | 787 supported = pci_match_id(snd_bt87x_ids, pci); in snd_bt87x_detect_card()
|
/linux/sound/pci/oxygen/ |
H A D | oxygen_lib.c | 319 id = pci_match_id(bridge_ids, bridge); in configure_pcie_bridge()
|