Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/endpoint/
Dpci-epc-core.c94 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features) in pci_epc_get_first_free_bar() function
98 EXPORT_SYMBOL_GPL(pci_epc_get_first_free_bar);
/kernel/linux/linux-5.10/include/linux/
Dpci-epc.h205 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features);
/kernel/linux/linux-5.10/drivers/pci/endpoint/functions/
Dpci-epf-test.c840 test_reg_bar = pci_epc_get_first_free_bar(epc_features); in pci_epf_test_bind()