Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/endpoint/
Dpci-epf-core.c285 pci_epf_match_device(const struct pci_epf_device_id *id, struct pci_epf *epf) in pci_epf_match_device() function
298 EXPORT_SYMBOL_GPL(pci_epf_match_device);
/linux-4.19.296/include/linux/
Dpci-epf.h146 pci_epf_match_device(const struct pci_epf_device_id *id, struct pci_epf *epf);
/linux-4.19.296/drivers/pci/endpoint/functions/
Dpci-epf-test.c531 match = pci_epf_match_device(pci_epf_test_ids, epf); in pci_epf_test_probe()