Home
last modified time | relevance | path

Searched refs:host_ops (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c134 .host_ops = &exynos_dsi_exynos_host_ops,
139 .host_ops = &exynos_dsi_exynos_host_ops,
144 .host_ops = &exynos_dsi_exynos_host_ops,
149 .host_ops = &exynos_dsi_exynos_host_ops,
154 .host_ops = &exynos_dsi_exynos_host_ops,
159 .host_ops = &exynos_dsi_exynos_host_ops,
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c604 if (port->host_ops && port->host_ops->host_init) { in plda_pcie_host_init()
605 ret = port->host_ops->host_init(port); in plda_pcie_host_init()
634 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_init()
635 port->host_ops->host_deinit(port); in plda_pcie_host_init()
648 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_deinit()
649 port->host_ops->host_deinit(port); in plda_pcie_host_deinit()
H A Dpcie-plda.h182 const struct plda_pcie_host_ops *host_ops; member
H A Dpcie-starfive.c415 plda->host_ops = &sf_host_ops; in starfive_pcie_probe()
/linux/sound/soc/sof/
H A Dsof-client-probes.c45 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_startup()
71 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_shutdown()
112 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_set_params()
145 const struct sof_probes_host_ops *ops = priv->host_ops;
157 const struct sof_probes_host_ops *ops = priv->host_ops;
468 priv->host_ops = ops; in sof_probes_client_probe()
H A Dsof-client-probes.h68 const struct sof_probes_host_ops *host_ops; member
/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c1854 if (pdata->host_ops && pdata->host_ops->te_irq_handler) in samsung_dsim_te_irq_handler()
1855 return pdata->host_ops->te_irq_handler(dsi); in samsung_dsim_te_irq_handler()
1978 if (pdata->host_ops && pdata->host_ops->attach) { in samsung_dsim_host_attach()
1979 ret = pdata->host_ops->attach(dsi, device); in samsung_dsim_host_attach()
2007 if (pdata->host_ops && pdata->host_ops->detach) in samsung_dsim_host_detach()
2008 pdata->host_ops->detach(dsi, device); in samsung_dsim_host_detach()
2211 if (dsi->plat_data->host_ops && dsi->plat_data->host_ops->register_host) { in samsung_dsim_probe()
2212 ret = dsi->plat_data->host_ops->register_host(dsi); in samsung_dsim_probe()
2232 if (dsi->plat_data->host_ops && dsi->plat_data->host_ops->unregister_host) in samsung_dsim_remove()
2233 dsi->plat_data->host_ops->unregister_host(dsi); in samsung_dsim_remove()
[all …]
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c540 if (pdata->host_ops && pdata->host_ops->attach) { in dw_mipi_dsi2_host_attach()
541 ret = pdata->host_ops->attach(pdata->priv_data, device); in dw_mipi_dsi2_host_attach()
556 if (pdata->host_ops && pdata->host_ops->detach) { in dw_mipi_dsi2_host_detach()
557 ret = pdata->host_ops->detach(pdata->priv_data, device); in dw_mipi_dsi2_host_detach()
H A Ddw-mipi-dsi.c345 if (pdata->host_ops && pdata->host_ops->attach) { in dw_mipi_dsi_host_attach()
346 ret = pdata->host_ops->attach(pdata->priv_data, device); in dw_mipi_dsi_host_attach()
361 if (pdata->host_ops && pdata->host_ops->detach) { in dw_mipi_dsi_host_detach()
362 ret = pdata->host_ops->detach(pdata->priv_data, device); in dw_mipi_dsi_host_detach()
/linux/drivers/pci/controller/dwc/
H A Dpci-keystone.c117 const struct dw_pcie_host_ops *host_ops; member
1075 .host_ops = &ks_pcie_host_ops,
1081 .host_ops = &ks_pcie_am654_host_ops,
1112 const struct dw_pcie_host_ops *host_ops; in ks_pcie_probe() local
1138 host_ops = data->host_ops; in ks_pcie_probe()
1285 pci->pp.ops = host_ops; in ks_pcie_probe()
/linux/include/drm/bridge/
H A Ddw_mipi_dsi.h74 const struct dw_mipi_dsi_host_ops *host_ops; member
H A Ddw_mipi_dsi2.h84 const struct dw_mipi_dsi2_host_ops *host_ops; member
/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c321 mipi_dsi->pdata.host_ops = &meson_dw_mipi_dsi_host_ops; in meson_dw_mipi_dsi_probe()
/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c422 dsi2->pdata.host_ops = &dw_mipi_dsi2_rockchip_host_ops; in dw_mipi_dsi2_rockchip_probe()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx93-mipi-dsi.c878 dsi->pdata.host_ops = &imx93_dsi_host_ops; in imx93_dsi_probe()