Home
last modified time | relevance | path

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

12

/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-plat.c29 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in mobiveil_pcie_probe()
H A Dpcie-layerscape-gen4.c209 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in ls_g4_pcie_probe()
/linux/drivers/pci/controller/
H A Dpcie-iproc-bcma.c41 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in iproc_bcma_pcie_probe()
H A Dpci-host-common.c61 bridge = devm_pci_alloc_host_bridge(dev, 0); in pci_host_common_init()
H A Dpci-versatile.c74 bridge = devm_pci_alloc_host_bridge(dev, 0); in versatile_pci_probe()
H A Dpci-rcar-gen2.c286 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*priv)); in rcar_pci_probe()
H A Dpci-loongson.c328 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*priv)); in loongson_pci_probe()
H A Dpci-ftpci100.c421 host = devm_pci_alloc_host_bridge(dev, sizeof(*p)); in faraday_pci_probe()
H A Dpcie-xilinx.c570 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in xilinx_pcie_probe()
H A Dpci-ixp4xx.c530 host = devm_pci_alloc_host_bridge(dev, sizeof(*p)); in ixp4xx_pci_probe()
H A Dpcie-xilinx-cpm.c576 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xilinx_cpm_pcie_probe()
H A Dpci-xgene.c605 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xgene_pcie_probe()
H A Dpci-v3-semi.c717 host = devm_pci_alloc_host_bridge(dev, sizeof(*v3)); in v3_pci_probe()
H A Dpcie-xilinx-nwl.c836 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in nwl_pcie_probe()
H A Dpcie-xilinx-dma-pl.c780 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xilinx_pl_dma_pcie_probe()
H A Dpcie-rockchip-host.c940 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*rockchip)); in rockchip_pcie_probe()
H A Dpcie-altera.c998 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in altera_pcie_probe()
H A Dpcie-mediatek.c1089 host = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in mtk_pcie_probe()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-plat.c68 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*rc)); in cdns_plat_pcie_probe()
H A Dpci-j721e.c477 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*rc)); in j721e_pcie_probe()
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c601 bridge = devm_pci_alloc_host_bridge(dev, 0); in plda_pcie_host_init()
/linux/arch/mips/pci/
H A Dpci-xtalk-bridge.c638 host = devm_pci_alloc_host_bridge(dev, sizeof(*bc)); in bridge_probe()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst390 devm_pci_alloc_host_bridge() : managed PCI host bridge allocation
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c474 bridge = devm_pci_alloc_host_bridge(dev, 0); in dw_pcie_host_init()
/linux/drivers/pci/
H A Dprobe.c681 struct pci_host_bridge *devm_pci_alloc_host_bridge(struct device *dev, in devm_pci_alloc_host_bridge() function
704 EXPORT_SYMBOL(devm_pci_alloc_host_bridge);

12