Home
last modified time | relevance | path

Searched refs:pci_match_one_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/pci/
Dsearch.c249 if (pci_match_one_device(id, pdev)) in match_pci_dev_by_id()
Dpci-driver.c228 if (pci_match_one_device(ids, dev)) in pci_match_id()
266 if (pci_match_one_device(&dynid->id, dev)) { in pci_match_device()
Dpci.h239 pci_match_one_device(const struct pci_device_id *id, const struct pci_dev *dev) in pci_match_one_device() function