Searched refs:pci_match_device (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | amd768_rng.c | 266 if (pci_match_device (rng_pci_tbl, pdev) != NULL) in rng_init()
|
D | i810_rng.c | 369 if (pci_match_device (rng_pci_tbl, pdev) != NULL) in rng_init()
|
D | i810-tco.c | 333 if (pci_match_device(i810tco_pci_tbl, dev)) { in i810tco_getdevice()
|
D | hw_random.c | 583 ent = pci_match_device (rng_pci_tbl, pdev); in rng_init()
|
/linux-2.4.37.9/include/linux/ |
D | pci.h | 666 const struct pci_device_id *pci_match_device(const struct pci_device_id *ids, const struct pci_dev … 731 static inline const struct pci_device_id *pci_match_device(const struct pci_device_id *ids, const s… in pci_match_device() function
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.c | 614 pci_match_device(const struct pci_device_id *ids, const struct pci_dev *dev) in pci_match_device() function 635 id = pci_match_device(drv->id_table, dev); in pci_announce_device() 2182 EXPORT_SYMBOL(pci_match_device);
|
/linux-2.4.37.9/drivers/ide/ |
D | setup-pci.c | 781 const struct pci_device_id *id = pci_match_device(d->id_table, dev); in ide_scan_pcidev()
|
/linux-2.4.37.9/drivers/parport/ |
D | parport_pc.c | 2838 id = pci_match_device (parport_pc_pci_tbl, pdev); in parport_pc_init_superio()
|