Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint.rst151 * pci_epc_stop()
153 The PCI endpoint function driver should invoke pci_epc_stop() to stop
/openbmc/linux/include/linux/
H A Dpci-epc.h234 void pci_epc_stop(struct pci_epc *epc);
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c174 void pci_epc_stop(struct pci_epc *epc) in pci_epc_stop() function
183 EXPORT_SYMBOL_GPL(pci_epc_stop);
H A Dpci-ep-cfs.c186 pci_epc_stop(epc); in pci_epc_start_store()