Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-scan-pci.c64 pci_match_id(d->id_table, dev); in ide_scan_pcidev()
/linux-4.4.14/drivers/char/hw_random/
Dgeode-rng.c95 ent = pci_match_id(pci_tbl, pdev); in mod_init()
Damd-rng.c121 ent = pci_match_id(pci_tbl, pdev); in mod_init()
/linux-4.4.14/drivers/uwb/
Dumc-bus.c92 return pci_match_id(id_table, pci) != NULL; in umc_match_pci_id()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dled.c178 match = pci_match_id(&ath5k_led_devices[0], pdev); in ath5k_init_leds()
/linux-4.4.14/drivers/pci/
Dpci-driver.c127 if (pci_match_id(pdrv->id_table, pdev)) in store_new_id()
222 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, in pci_match_id() function
234 EXPORT_SYMBOL(pci_match_id);
273 found_id = pci_match_id(drv->id_table, dev); in pci_match_device()
Dquirks.c3650 id = pci_match_id(fixed_dma_alias_tbl, dev); in quirk_fixed_dma_alias()
/linux-4.4.14/drivers/usb/host/
Dohci-pci.c234 quirk_id = pci_match_id(ohci_pci_quirks, pdev); in ohci_pci_reset()
Dehci-pci.c60 return !!pci_match_id(bypass_pci_id_table, pdev); in is_bypassed_id()
/linux-4.4.14/arch/x86/kernel/
Damd_nb.c57 } while (!pci_match_id(ids, dev)); in next_northbridge()
/linux-4.4.14/drivers/hwmon/
Dfam15h_power.c180 if (!pci_match_id(affected_device, pdev)) in tweak_runavg_range()
/linux-4.4.14/drivers/gpio/
Dgpio-amd8111.c194 ent = pci_match_id(pci_tbl, pdev); in amd_gpio_init()
/linux-4.4.14/drivers/cpufreq/
Dgx-suspmod.c192 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) in gx_detect_chipset()
/linux-4.4.14/drivers/watchdog/
Dnv_tco.c314 if (pci_match_id(tco_pci_tbl, dev) != NULL) { in nv_tco_getdevice()
Dsp5100_tco.c325 if (pci_match_id(sp5100_tco_pci_tbl, dev) != NULL) { in sp5100_tco_setupdevice()
/linux-4.4.14/drivers/pci/host/
Dpci-keystone.c78 if (pci_match_id(rc_pci_devids, bridge)) { in quirk_limit_mrrs()
/linux-4.4.14/arch/x86/platform/atom/
Dpmc_atom.c446 ent = pci_match_id(pmc_pci_ids, pdev); in pmc_atom_init()
/linux-4.4.14/drivers/pcmcia/
Dti113x.h944 id = (struct pci_device_id *) pci_match_id(ene_tune_tbl, dev); in ene_tune_bridge()
/linux-4.4.14/drivers/char/
Dapplicom.c199 if (!pci_match_id(applicom_pci_tbl, dev)) in applicom_init()
/linux-4.4.14/sound/pci/oxygen/
Doxygen_lib.c334 id = pci_match_id(bridge_ids, bridge); in configure_pcie_bridge()
/linux-4.4.14/sound/pci/
Dbt87x.c853 supported = pci_match_id(snd_bt87x_ids, pci); in snd_bt87x_detect_card()
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx.c1385 pcidev_id = pci_match_id(pxa2xx_spi_pci_compound_match, in pxa2xx_spi_init_pdata()
/linux-4.4.14/drivers/ata/
Dahci.c1283 return pci_match_id(ids, pdev); in ahci_broken_devslp()
/linux-4.4.14/include/linux/
Dpci.h1206 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
/linux-4.4.14/drivers/parport/
Dparport_pc.c2911 id = pci_match_id(parport_pc_pci_tbl, pdev); in parport_pc_init_superio()
/linux-4.4.14/drivers/tty/
Drocket.c1917 if (!dev || !pci_match_id(rocket_pci_ids, dev) || in register_PCI()