Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/pci/
H A Dpci-driver.c127 * pci_match_device - See if a device matches a driver's list of IDs
136 static const struct pci_device_id *pci_match_device(struct pci_driver *drv, in pci_match_device() function
216 if (pci_match_device(pdrv, pdev)) in new_id_store()
415 id = pci_match_device(drv, pci_dev); in __pci_device_probe()
1528 found_id = pci_match_device(pci_drv, pci_dev); in pci_bus_match()
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-driver.c245 * pci_match_device - Tell if a PCI device structure has a matching PCI device id structure
253 static const struct pci_device_id *pci_match_device(struct pci_driver *drv, in pci_match_device() function
388 id = pci_match_device(drv, pci_dev); in __pci_device_probe()
1462 found_id = pci_match_device(pci_drv, pci_dev); in pci_bus_match()

Completed in 5 milliseconds