Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/endpoint/
Dpci-epf-core.c480 pci_epf_match_id(const struct pci_epf_device_id *id, const struct pci_epf *epf) in pci_epf_match_id() function
497 return !!pci_epf_match_id(driver->id_table, epf); in pci_epf_device_match()
512 return driver->probe(epf, pci_epf_match_id(driver->id_table, epf)); in pci_epf_device_probe()