Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/exynos/
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,
/Linux-v6.6/sound/soc/sof/
Dsof-client-probes.c39 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_startup()
65 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_shutdown()
105 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_set_params()
134 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_trigger()
146 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_pointer()
423 priv->host_ops = ops; in sof_probes_client_probe()
Dsof-client-probes.h61 const struct sof_probes_host_ops *host_ops; member
/Linux-v6.6/drivers/gpu/drm/bridge/
Dsamsung-dsim.c1627 if (pdata->host_ops && pdata->host_ops->te_irq_handler) in samsung_dsim_te_irq_handler()
1628 return pdata->host_ops->te_irq_handler(dsi); in samsung_dsim_te_irq_handler()
1731 if (pdata->host_ops && pdata->host_ops->attach) { in samsung_dsim_host_attach()
1732 ret = pdata->host_ops->attach(dsi, device); in samsung_dsim_host_attach()
1760 if (pdata->host_ops && pdata->host_ops->detach) in samsung_dsim_host_detach()
1761 pdata->host_ops->detach(dsi, device); in samsung_dsim_host_detach()
1979 if (dsi->plat_data->host_ops && dsi->plat_data->host_ops->register_host) in samsung_dsim_probe()
1980 ret = dsi->plat_data->host_ops->register_host(dsi); in samsung_dsim_probe()
2000 if (dsi->plat_data->host_ops && dsi->plat_data->host_ops->unregister_host) in samsung_dsim_remove()
2001 dsi->plat_data->host_ops->unregister_host(dsi); in samsung_dsim_remove()
[all …]
/Linux-v6.6/drivers/pci/controller/dwc/
Dpci-keystone.c109 const struct dw_pcie_host_ops *host_ops; member
1070 .host_ops = &ks_pcie_host_ops,
1075 .host_ops = &ks_pcie_am654_host_ops,
1105 const struct dw_pcie_host_ops *host_ops; in ks_pcie_probe() local
1131 host_ops = data->host_ops; in ks_pcie_probe()
1269 pci->pp.ops = host_ops; in ks_pcie_probe()
/Linux-v6.6/include/drm/bridge/
Ddw_mipi_dsi.h59 const struct dw_mipi_dsi_host_ops *host_ops; member
Dsamsung-dsim.h77 const struct samsung_dsim_host_ops *host_ops; member
/Linux-v6.6/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c341 if (pdata->host_ops && pdata->host_ops->attach) { in dw_mipi_dsi_host_attach()
342 ret = pdata->host_ops->attach(pdata->priv_data, device); in dw_mipi_dsi_host_attach()
357 if (pdata->host_ops && pdata->host_ops->detach) { in dw_mipi_dsi_host_detach()
358 ret = pdata->host_ops->detach(pdata->priv_data, device); in dw_mipi_dsi_host_detach()
/Linux-v6.6/drivers/gpu/drm/meson/
Dmeson_dw_mipi_dsi.c314 mipi_dsi->pdata.host_ops = &meson_dw_mipi_dsi_host_ops; in meson_dw_mipi_dsi_probe()
/Linux-v6.6/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c1439 dsi->pdata.host_ops = &dw_mipi_dsi_rockchip_host_ops; in dw_mipi_dsi_rockchip_probe()