Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/
H A Dsearch.c249 if (pci_match_one_device(id, pdev)) in match_pci_dev_by_id()
H A 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()
H A Dpci.h245 * pci_match_one_device - Tell if a PCI device structure has a matching
253 pci_match_one_device(const struct pci_device_id *id, const struct pci_dev *dev) in pci_match_one_device() function
/kernel/linux/linux-6.6/drivers/pci/
H A Dsearch.c247 if (pci_match_one_device(id, pdev)) in match_pci_dev_by_id()
H A Dpci-driver.c110 if (pci_match_one_device(ids, dev)) in pci_match_id()
149 if (pci_match_one_device(&dynid->id, dev)) { in pci_match_device()
H A Dpci.h196 * pci_match_one_device - Tell if a PCI device structure has a matching
204 pci_match_one_device(const struct pci_device_id *id, const struct pci_dev *dev) in pci_match_one_device() function

Completed in 11 milliseconds