Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/endpoint/
Dpci-epc-core.c119 const struct pci_epc_features *pci_epc_get_features(struct pci_epc *epc, in pci_epc_get_features() function
137 EXPORT_SYMBOL_GPL(pci_epc_get_features);
/Linux-v5.4/include/linux/
Dpci-epc.h174 const struct pci_epc_features *pci_epc_get_features(struct pci_epc *epc,
/Linux-v5.4/drivers/pci/endpoint/functions/
Dpci-epf-test.c507 epc_features = pci_epc_get_features(epc, epf->func_no); in pci_epf_test_bind()