Searched refs:host_init (Results 1 – 25 of 27) sorted by relevance
12
/drivers/gpu/drm/i915/gvt/ |
D | mpt.h | 55 if (!intel_gvt_host.mpt->host_init) in intel_gvt_hypervisor_host_init() 58 return intel_gvt_host.mpt->host_init(dev, gvt, ops); in intel_gvt_hypervisor_host_init()
|
D | hypercall.h | 51 int (*host_init)(struct device *dev, void *gvt, const void *ops); member
|
/drivers/pci/controller/dwc/ |
D | pci-layerscape.c | 209 .host_init = ls1021_pcie_host_init, 214 .host_init = ls_pcie_host_init,
|
D | pcie-designware-plat.c | 53 .host_init = dw_plat_pcie_host_init,
|
D | pcie-designware-host.c | 413 if (pp->ops->host_init) { in dw_pcie_host_init() 414 ret = pp->ops->host_init(pp); in dw_pcie_host_init()
|
D | pcie-spear13xx.c | 162 .host_init = spear13xx_pcie_host_init,
|
D | pcie-armada8k.c | 237 .host_init = armada8k_pcie_host_init,
|
D | pcie-al.c | 322 .host_init = al_pcie_host_init,
|
D | pcie-uniphier.c | 325 .host_init = uniphier_pcie_host_init,
|
D | pcie-histb.c | 211 .host_init = histb_pcie_host_init,
|
D | pcie-intel-gw.c | 424 .host_init = intel_pcie_rc_init,
|
D | pcie-designware.h | 173 int (*host_init)(struct pcie_port *pp); member
|
D | pcie-kirin.c | 444 .host_init = kirin_pcie_host_init,
|
D | pcie-artpec6.c | 340 .host_init = artpec6_pcie_host_init,
|
D | pci-meson.c | 397 .host_init = meson_pcie_host_init,
|
D | pci-keystone.c | 852 .host_init = ks_pcie_host_init, 857 .host_init = ks_pcie_host_init,
|
D | pci-exynos.c | 396 .host_init = exynos_pcie_host_init,
|
D | pci-dra7xx.c | 505 .host_init = dra7xx_pcie_host_init,
|
D | pci-imx6.c | 850 .host_init = imx6_pcie_host_init,
|
D | pcie-qcom.c | 1301 .host_init = qcom_pcie_host_init,
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | host.fuc | 26 process(PROC_HOST, #host_init, #host_recv) 134 host_init:
|
/drivers/gpu/drm/hisilicon/kirin/ |
D | kirin_drm_dsi.h | 239 int (*host_init)(struct device *dev, struct dw_dsi *dsi); member
|
D | kirin_drm_dsi.c | 366 ret = hisi_dsi_ops->host_init(dev, dsi); in dsi_probe()
|
/drivers/gpu/drm/hisilicon/kirin/kirin/ |
D | dw_drm_dsi.c | 648 .host_init = dsi_host_init,
|
/drivers/gpu/drm/hisilicon/kirin/kirin960/ |
D | dw_drm_dsi.c | 1262 .host_init = dsi_host_init,
|
12