Searched refs:pci_ecam_create (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/pci/ |
D | ecam.c | 27 struct pci_config_window *pci_ecam_create(struct device *dev, in pci_ecam_create() function 104 EXPORT_SYMBOL_GPL(pci_ecam_create);
|
/Linux-v5.10/include/linux/ |
D | pci-ecam.h | 41 struct pci_config_window *pci_ecam_create(struct device *dev,
|
/Linux-v5.10/drivers/pci/controller/ |
D | pci-host-common.c | 41 cfg = pci_ecam_create(dev, &cfgres, bus->res, ops); in gen_pci_init()
|
D | pcie-xilinx-cpm.c | 515 port->cfg = pci_ecam_create(dev, res, bus_range, in xilinx_cpm_pcie_parse_dt()
|
/Linux-v5.10/arch/arm64/kernel/ |
D | pci.c | 140 cfg = pci_ecam_create(dev, &cfgres, bus_res, ecam_ops); in pci_acpi_setup_ecam_mapping()
|