/linux-4.1.27/drivers/ide/ |
D | ide-scan-pci.c | 64 pci_match_id(d->id_table, dev); in ide_scan_pcidev()
|
/linux-4.1.27/drivers/char/hw_random/ |
D | geode-rng.c | 95 ent = pci_match_id(pci_tbl, pdev); in mod_init()
|
D | amd-rng.c | 121 ent = pci_match_id(pci_tbl, pdev); in mod_init()
|
/linux-4.1.27/drivers/uwb/ |
D | umc-bus.c | 92 return pci_match_id(id_table, pci) != NULL; in umc_match_pci_id()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | led.c | 178 match = pci_match_id(&ath5k_led_devices[0], pdev); in ath5k_init_leds()
|
/linux-4.1.27/drivers/hwmon/ |
D | fam15h_power.c | 151 if (!pci_match_id(affected_device, pdev)) in tweak_runavg_range()
|
/linux-4.1.27/drivers/pci/ |
D | pci-driver.c | 127 if (pci_match_id(pdrv->id_table, pdev)) in store_new_id() 224 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, in pci_match_id() function 236 EXPORT_SYMBOL(pci_match_id); 275 found_id = pci_match_id(drv->id_table, dev); in pci_match_device()
|
D | quirks.c | 3665 id = pci_match_id(fixed_dma_alias_tbl, dev); in quirk_fixed_dma_alias()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-pci.c | 234 quirk_id = pci_match_id(ohci_pci_quirks, pdev); in ohci_pci_reset()
|
D | ehci-pci.c | 60 return !!pci_match_id(bypass_pci_id_table, pdev); in is_bypassed_id()
|
/linux-4.1.27/arch/x86/kernel/ |
D | amd_nb.c | 57 } while (!pci_match_id(ids, dev)); in next_northbridge()
|
D | pmc_atom.c | 358 ent = pci_match_id(pmc_pci_ids, pdev); in pmc_atom_init()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-amd8111.c | 194 ent = pci_match_id(pci_tbl, pdev); in amd_gpio_init()
|
/linux-4.1.27/drivers/cpufreq/ |
D | gx-suspmod.c | 192 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) in gx_detect_chipset()
|
/linux-4.1.27/drivers/watchdog/ |
D | nv_tco.c | 312 if (pci_match_id(tco_pci_tbl, dev) != NULL) { in nv_tco_getdevice()
|
D | sp5100_tco.c | 325 if (pci_match_id(sp5100_tco_pci_tbl, dev) != NULL) { in sp5100_tco_setupdevice()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-keystone.c | 78 if (pci_match_id(rc_pci_devids, bridge)) { in quirk_limit_mrrs()
|
/linux-4.1.27/drivers/pcmcia/ |
D | ti113x.h | 950 id = (struct pci_device_id *) pci_match_id(ene_tune_tbl, dev); in ene_tune_bridge()
|
/linux-4.1.27/drivers/char/ |
D | applicom.c | 199 if (!pci_match_id(applicom_pci_tbl, dev)) in applicom_init()
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_lib.c | 338 id = pci_match_id(bridge_ids, bridge); in configure_pcie_bridge()
|
/linux-4.1.27/sound/pci/ |
D | bt87x.c | 853 supported = pci_match_id(snd_bt87x_ids, pci); in snd_bt87x_detect_card()
|
/linux-4.1.27/drivers/ata/ |
D | ahci.c | 1287 return pci_match_id(ids, pdev); in ahci_broken_devslp()
|
/linux-4.1.27/include/linux/ |
D | pci.h | 1175 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
|
/linux-4.1.27/drivers/parport/ |
D | parport_pc.c | 2911 id = pci_match_id(parport_pc_pci_tbl, pdev); in parport_pc_init_superio()
|
/linux-4.1.27/drivers/tty/ |
D | rocket.c | 1930 if (!dev || !pci_match_id(rocket_pci_ids, dev) || in register_PCI()
|