Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-epf.h215 struct pci_epf *pci_epf_create(const char *name);
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c423 struct pci_epf *pci_epf_create(const char *name) in pci_epf_create() function
465 EXPORT_SYMBOL_GPL(pci_epf_create);
H A Dpci-ep-cfs.c628 epf = pci_epf_create(epf_name); in pci_epf_make()