Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/endpoint/
Dpci-epc-core.c368 int pci_epc_set_bar(struct pci_epc *epc, u8 func_no, in pci_epc_set_bar() function
393 EXPORT_SYMBOL_GPL(pci_epc_set_bar);
/Linux-v4.19/include/linux/
Dpci-epc.h144 int pci_epc_set_bar(struct pci_epc *epc, u8 func_no,
/Linux-v4.19/Documentation/PCI/endpoint/
Dpci-endpoint.txt84 *) pci_epc_set_bar()
86 The PCI endpoint function driver should use pci_epc_set_bar() to configure
/Linux-v4.19/drivers/pci/endpoint/functions/
Dpci-epf-test.c413 ret = pci_epc_set_bar(epc, epf->func_no, epf_bar); in pci_epf_test_set_bar()