Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/hisilicon/hns3/
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/char/hw_random/
A Dgeode-rng.c95 ent = pci_match_id(pci_tbl, pdev); in geode_rng_init()
A Damd-rng.c136 ent = pci_match_id(pci_tbl, pdev); in amd_rng_mod_init()
/linux/drivers/char/ipmi/
A Dipmi_si_pci.c68 if (pci_match_id(ipmi_pci_blacklist, pdev)) in ipmi_pci_probe()
/linux/drivers/net/wireless/ath/ath5k/
A Dled.c180 match = pci_match_id(&ath5k_led_devices[0], pdev); in ath5k_init_leds()
/linux/drivers/pci/controller/
A Dpci-loongson.c84 if (pci_match_id(bridge_devids, bridge)) { in loongson_mrrs_quirk()
/linux/drivers/usb/host/
A Dohci-pci.c247 quirk_id = pci_match_id(ohci_pci_quirks, pdev); in ohci_pci_reset()
A Dehci-pci.c47 return !!pci_match_id(bypass_pci_id_table, pdev); in is_bypassed_id()
A Dxhci-pci.c116 id = pci_match_id(to_pci_driver(pdev->dev.driver)->id_table, pdev); in xhci_pci_quirks()
/linux/drivers/gpio/
A Dgpio-amd8111.c189 ent = pci_match_id(pci_tbl, pdev); in amd_gpio_init()
/linux/drivers/pci/
A Dpci-driver.c104 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, in pci_match_id() function
116 EXPORT_SYMBOL(pci_match_id);
158 for (ids = drv->id_table; (found_id = pci_match_id(ids, dev)); in pci_match_device()
/linux/drivers/cpufreq/
A Dgx-suspmod.c188 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) in gx_detect_chipset()
/linux/drivers/watchdog/
A Dhpwdt.c301 if (pci_match_id(hpwdt_blacklist, dev)) { in hpwdt_init_one()
A Dnv_tco.c313 if (pci_match_id(tco_pci_tbl, dev) != NULL) { in nv_tco_getdevice()
A Dsp5100_tco.c475 if (pci_match_id(sp5100_tco_pci_tbl, dev) != NULL) { in sp5100_tco_init()
/linux/drivers/platform/x86/intel/pmt/
A Dclass.c40 return !!pci_match_id(pmt_telem_early_client_pci_ids, parent); in intel_pmt_is_early_client_hw()
/linux/drivers/hwmon/
A Dfam15h_power.c360 if (!pci_match_id(affected_device, pdev)) in tweak_runavg_range()
/linux/drivers/platform/x86/
A Dpmc_atom.c524 ent = pci_match_id(pmc_pci_ids, pdev); in pmc_atom_init()
A Damd-pmc.c536 if (!rdev || !pci_match_id(pmc_pci_ids, rdev)) { in amd_pmc_probe()
/linux/arch/x86/kernel/
A Damd_nb.c136 } while (!pci_match_id(ids, dev)); in next_northbridge()
/linux/drivers/pcmcia/
A Dti113x.h944 id = (struct pci_device_id *) pci_match_id(ene_tune_tbl, dev); in ene_tune_bridge()
/linux/drivers/ata/
A Dahci.c1379 return pci_match_id(ids, pdev); in ahci_broken_devslp()
1625 const struct pci_device_id *id = pci_match_id(ahci_pci_tbl, pdev); in ahci_intel_pcs_quirk()
/linux/drivers/char/
A Dapplicom.c197 if (!pci_match_id(applicom_pci_tbl, dev)) in applicom_init()
/linux/sound/pci/oxygen/
A Doxygen_lib.c319 id = pci_match_id(bridge_ids, bridge); in configure_pcie_bridge()
/linux/drivers/misc/
A Dhpilo.c780 if (pci_match_id(ilo_blacklist, pdev)) { in ilo_probe()

Completed in 50 milliseconds

12