Home
last modified time | relevance | path

Searched refs:pci_epc_get_first_free_bar (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/pci/endpoint/
Dpci-epc-core.c93 unsigned int pci_epc_get_first_free_bar(const struct pci_epc_features in pci_epc_get_first_free_bar() function
107 EXPORT_SYMBOL_GPL(pci_epc_get_first_free_bar);
/Linux-v5.4/include/linux/
Dpci-epc.h176 unsigned int pci_epc_get_first_free_bar(const struct pci_epc_features
/Linux-v5.4/drivers/pci/endpoint/functions/
Dpci-epf-test.c512 test_reg_bar = pci_epc_get_first_free_bar(epc_features); in pci_epf_test_bind()