Home
last modified time | relevance | path

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

/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-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-cpm.c576 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xilinx_cpm_pcie_probe()
H A Dpci-xgene.c624 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-dma-pl.c773 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*port)); in xilinx_pl_dma_pcie_probe()
H A Dpcie-xilinx-nwl.c837 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in nwl_pcie_probe()
H A Dpcie-rockchip-host.c936 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*rockchip)); in rockchip_pcie_probe()
H A Dpcie-rcar-host.c944 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*host)); in rcar_pcie_probe()
H A Dpcie-altera.c997 bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in altera_pcie_probe()
H A Dpcie-mediatek-gen3.c1190 host = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); in mtk_pcie_probe()
H A Dpci-mvebu.c1458 bridge = devm_pci_alloc_host_bridge(dev, sizeof(struct mvebu_pcie)); in mvebu_pcie_probe()
H A Dpci-aardvark.c1742 bridge = devm_pci_alloc_host_bridge(dev, sizeof(struct advk_pcie)); in advk_pcie_probe()
H A Dpci-hyperv.c3712 bridge = devm_pci_alloc_host_bridge(&hdev->device, 0); in hv_pci_probe()
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c600 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/drivers/pci/
H A Dprobe.c714 struct pci_host_bridge *devm_pci_alloc_host_bridge(struct device *dev, in devm_pci_alloc_host_bridge() function
737 EXPORT_SYMBOL(devm_pci_alloc_host_bridge);
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1872 bridge = devm_pci_alloc_host_bridge(dev, 0); in qcom_pcie_probe()
/linux/include/linux/
H A Dpci.h684 struct pci_host_bridge *devm_pci_alloc_host_bridge(struct device *dev,