Home
last modified time | relevance | path

Searched refs:pci_epf_alloc_space (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/PCI/endpoint/
Dpci-endpoint.rst186 * pci_epf_alloc_space()
189 pci_epf_alloc_space().
194 (using pci_epf_alloc_space) by invoking pci_epf_free_space().
/linux-6.12.1/include/linux/
Dpci-epf.h220 void *pci_epf_alloc_space(struct pci_epf *epf, size_t size, enum pci_barno bar,
/linux-6.12.1/drivers/pci/endpoint/
Dpci-epf-core.c261 void *pci_epf_alloc_space(struct pci_epf *epf, size_t size, enum pci_barno bar, in pci_epf_alloc_space() function
316 EXPORT_SYMBOL_GPL(pci_epf_alloc_space);
/linux-6.12.1/drivers/pci/endpoint/functions/
Dpci-epf-test.c843 base = pci_epf_alloc_space(epf, test_reg_size, test_reg_bar, in pci_epf_test_alloc_space()
859 base = pci_epf_alloc_space(epf, bar_size[bar], bar, in pci_epf_test_alloc_space()
Dpci-epf-vntb.c449 base = pci_epf_alloc_space(epf, size, barno, epc_features, 0); in epf_ntb_config_spad_bar_alloc()
542 mw_addr = pci_epf_alloc_space(ntb->epf, size, barno, epc_features, 0); in epf_ntb_db_bar_init()
Dpci-epf-ntb.c1070 base = pci_epf_alloc_space(epf, size, barno, epc_features, type); in epf_ntb_config_spad_bar_alloc()