Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/
Dpci-epf.h146 pci_epf_match_device(const struct pci_epf_device_id *id, struct pci_epf *epf);
/Linux-v4.19/drivers/pci/endpoint/functions/
Dpci-epf-test.c531 match = pci_epf_match_device(pci_epf_test_ids, epf); in pci_epf_test_probe()