Searched refs:pci_match_device (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/
H A Dpci-driver.c247 * pci_match_device - Tell if a PCI device structure has a matching PCI device id structure
255 static const struct pci_device_id *pci_match_device(struct pci_driver *drv, function
347 id = pci_match_device(drv, pci_dev);
1221 found_id = pci_match_device(pci_drv, pci_dev);

Completed in 10 milliseconds