Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpci-epc.h238 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features);
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c93 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features) in pci_epc_get_first_free_bar() function
97 EXPORT_SYMBOL_GPL(pci_epc_get_first_free_bar);
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c918 test_reg_bar = pci_epc_get_first_free_bar(epc_features); in pci_epf_test_bind()