Home
last modified time | relevance | path

Searched refs:devm_pci_alloc_host_bridge (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.12.1/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-plat.c29 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in mobiveil_pcie_probe()
Dpcie-layerscape-gen4.c215 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in ls_g4_pcie_probe()
/linux-6.12.1/drivers/pci/controller/
Dpci-host-common.c63 bridge = devm_pci_alloc_host_bridge(dev, 0); in pci_host_common_probe()
Dpcie-iproc-bcma.c41 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in iproc_bcma_pcie_probe()
Dpcie-iproc-platform.c48 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in iproc_pltfm_pcie_probe()
Dpci-versatile.c74 bridge = devm_pci_alloc_host_bridge(dev, 0); in versatile_pci_probe()
Dpci-rcar-gen2.c286 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*priv)); in rcar_pci_probe()
Dpci-loongson.c328 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*priv)); in loongson_pci_probe()
Dpci-ftpci100.c421 host = devm_pci_alloc_host_bridge(dev, sizeof(*p)); in faraday_pci_probe()
Dpcie-xilinx.c571 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in xilinx_pcie_probe()
Dpcie-mt7621.c487 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in mt7621_pcie_probe()
Dpci-ixp4xx.c530 host = devm_pci_alloc_host_bridge(dev, sizeof(*p)); in ixp4xx_pci_probe()
Dpcie-xilinx-cpm.c560 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xilinx_cpm_pcie_probe()
Dpci-xgene.c605 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xgene_pcie_probe()
Dpci-v3-semi.c717 host = devm_pci_alloc_host_bridge(dev, sizeof(*v3)); in v3_pci_probe()
Dpcie-xilinx-dma-pl.c780 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xilinx_pl_dma_pcie_probe()
Dpcie-xilinx-nwl.c839 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in nwl_pcie_probe()
Dpcie-altera.c768 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in altera_pcie_probe()
Dpcie-rockchip-host.c940 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*rockchip)); in rockchip_pcie_probe()
/linux-6.12.1/drivers/pci/controller/cadence/
Dpcie-cadence-plat.c68 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*rc)); in cdns_plat_pcie_probe()
Dpci-j721e.c458 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*rc)); in j721e_pcie_probe()
/linux-6.12.1/drivers/pci/controller/plda/
Dpcie-plda-host.c592 bridge = devm_pci_alloc_host_bridge(dev, 0); in plda_pcie_host_init()
/linux-6.12.1/Documentation/driver-api/driver-model/
Ddevres.rst390 devm_pci_alloc_host_bridge() : managed PCI host bridge allocation
/linux-6.12.1/arch/mips/pci/
Dpci-xtalk-bridge.c638 host = devm_pci_alloc_host_bridge(dev, sizeof(*bc)); in bridge_probe()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-designware-host.c451 bridge = devm_pci_alloc_host_bridge(dev, 0); in dw_pcie_host_init()

12