Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/endpoint/
Dpci-epc-core.c92 void pci_epc_stop(struct pci_epc *epc) in pci_epc_stop() function
103 EXPORT_SYMBOL_GPL(pci_epc_stop);
Dpci-ep-cfs.c60 pci_epc_stop(epc); in pci_epc_start_store()
/Linux-v4.19/include/linux/
Dpci-epc.h160 void pci_epc_stop(struct pci_epc *epc);
/Linux-v4.19/Documentation/PCI/endpoint/
Dpci-endpoint.txt142 *) pci_epc_stop()
144 The PCI endpoint function driver should invoke pci_epc_stop() to stop
/Linux-v4.19/drivers/pci/endpoint/functions/
Dpci-epf-test.c385 pci_epc_stop(epc); in pci_epf_test_unbind()