Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint.rst127 * pci_epc_get()
135 pci_epc_get()
/openbmc/linux/include/linux/
H A Dpci-epc.h241 struct pci_epc *pci_epc_get(const char *epc_name);
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c56 struct pci_epc *pci_epc_get(const char *epc_name) in pci_epc_get() function
83 EXPORT_SYMBOL_GPL(pci_epc_get);
H A Dpci-ep-cfs.c285 epc = pci_epc_get(name); in pci_ep_cfs_add_epc_group()