Home
last modified time | relevance | path

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

/linux-6.15/Documentation/PCI/endpoint/
H A Dpci-endpoint.rst155 * pci_epc_get()
163 pci_epc_get()
/linux-6.15/include/linux/
H A Dpci-epc.h308 struct pci_epc *pci_epc_get(const char *epc_name);
/linux-6.15/drivers/pci/endpoint/
H A Dpci-epc-core.c51 struct pci_epc *pci_epc_get(const char *epc_name) in pci_epc_get() function
69 EXPORT_SYMBOL_GPL(pci_epc_get);
H A Dpci-ep-cfs.c293 epc = pci_epc_get(name); in pci_ep_cfs_add_epc_group()