Home
last modified time | relevance | path

Searched refs:pci_match_id (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c25 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 Dclk-fch.c60 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 Ddevinfo.c62 t = pci_match_id(iwl_hw_card_ids, dev); in devinfo_pci_ids()
/linux/drivers/char/hw_random/
H A Dgeode-rng.c102 ent = pci_match_id(pci_tbl, pdev); in geode_rng_init()
H A Damd-rng.c137 ent = pci_match_id(pci_tbl, pdev); in amd_rng_mod_init()
/linux/sound/hda/
H A Dhdac_i915.c161 if (pci_match_id(denylist, display_dev)) in i915_gfx_present()
/linux/include/sound/
H A Dhdaudio.h717 #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 Dled.c179 match = pci_match_id(&ath5k_led_devices[0], pdev); in ath5k_init_leds()
/linux/drivers/usb/host/
H A Dohci-pci.c247 quirk_id = pci_match_id(ohci_pci_quirks, pdev); in ohci_pci_reset()
H A Dehci-pci.c50 return !!pci_match_id(bypass_pci_id_table, pdev); in is_bypassed_id()
/linux/drivers/gpio/
H A Dgpio-amd8111.c189 ent = pci_match_id(pci_tbl, pdev); in amd_gpio_init()
/linux/drivers/watchdog/
H A Dhpwdt.c299 if (pci_match_id(hpwdt_blacklist, dev)) { in hpwdt_init_one()
H A Dsp5100_tco.c595 if (pci_match_id(sp5100_tco_pci_tbl, dev) != NULL) { in sp5100_tco_init()
/linux/drivers/cpufreq/
H A Dgx-suspmod.c188 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) in gx_detect_chipset()
/linux/drivers/pci/
H A Dpci-driver.c105 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 Dpci-loongson.c112 if (pci_match_id(bridge_devids, bridge)) { in loongson_set_min_mrrs_quirk()
/linux/drivers/hwmon/
H A Dfam15h_power.c359 if (!pci_match_id(affected_device, pdev)) in tweak_runavg_range()
/linux/drivers/platform/x86/amd/pmf/
H A Dcore.c423 if (!rdev || !pci_match_id(pmf_pci_ids, rdev)) { in amd_pmf_probe()
/linux/drivers/platform/x86/intel/
H A Dvsec.c487 pci_dev_id = pci_match_id(intel_vsec_pci_ids, pdev); in intel_vsec_pci_slot_reset()
/linux/drivers/platform/x86/
H A Dpmc_atom.c593 ent = pci_match_id(pmc_pci_ids, pdev); in pmc_atom_init()
/linux/arch/x86/kernel/
H A Damd_nb.c188 } while (!pci_match_id(ids, dev)); in next_northbridge()
/linux/drivers/pci/controller/dwc/
H A Dpci-keystone.c559 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 Dti113x.h944 id = (struct pci_device_id *) pci_match_id(ene_tune_tbl, dev); in ene_tune_bridge()
/linux/sound/pci/
H A Dbt87x.c787 supported = pci_match_id(snd_bt87x_ids, pci); in snd_bt87x_detect_card()
/linux/sound/pci/oxygen/
H A Doxygen_lib.c319 id = pci_match_id(bridge_ids, bridge); in configure_pcie_bridge()

12