Searched defs:pci_match_id (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/
H A Dpci-driver.c222 * pci_match_id - See if a pci device matches a given pci_id table
233 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, function
270 return pci_match_id(drv->id_table, dev);
1287 EXPORT_SYMBOL(pci_match_id); variable

Completed in 12 milliseconds