Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/pci/controller/plda/
Dpcie-plda-host.c597 if (port->host_ops && port->host_ops->host_init) { in plda_pcie_host_init()
598 ret = port->host_ops->host_init(port); in plda_pcie_host_init()
627 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_init()
628 port->host_ops->host_deinit(port); in plda_pcie_host_init()
641 if (port->host_ops && port->host_ops->host_deinit) in plda_pcie_host_deinit()
642 port->host_ops->host_deinit(port); in plda_pcie_host_deinit()
Dpcie-plda.h182 const struct plda_pcie_host_ops *host_ops; member
Dpcie-starfive.c407 plda->host_ops = &sf_host_ops; in starfive_pcie_probe()
/linux-6.12.1/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()
421 priv->host_ops = ops; in sof_probes_client_probe()
Dsof-client-probes.h61 const struct sof_probes_host_ops *host_ops; member
/linux-6.12.1/drivers/gpu/drm/bridge/
Dsamsung-dsim.c1670 if (pdata->host_ops && pdata->host_ops->te_irq_handler) in samsung_dsim_te_irq_handler()
1671 return pdata->host_ops->te_irq_handler(dsi); in samsung_dsim_te_irq_handler()
1777 if (pdata->host_ops && pdata->host_ops->attach) { in samsung_dsim_host_attach()
1778 ret = pdata->host_ops->attach(dsi, device); in samsung_dsim_host_attach()
1806 if (pdata->host_ops && pdata->host_ops->detach) in samsung_dsim_host_detach()
1807 pdata->host_ops->detach(dsi, device); in samsung_dsim_host_detach()
2020 if (dsi->plat_data->host_ops && dsi->plat_data->host_ops->register_host) { in samsung_dsim_probe()
2021 ret = dsi->plat_data->host_ops->register_host(dsi); in samsung_dsim_probe()
2041 if (dsi->plat_data->host_ops && dsi->plat_data->host_ops->unregister_host) in samsung_dsim_remove()
2042 dsi->plat_data->host_ops->unregister_host(dsi); in samsung_dsim_remove()
[all …]
/linux-6.12.1/drivers/pci/controller/dwc/
Dpci-keystone.c116 const struct dw_pcie_host_ops *host_ops; member
1095 .host_ops = &ks_pcie_host_ops,
1100 .host_ops = &ks_pcie_am654_host_ops,
1130 const struct dw_pcie_host_ops *host_ops; in ks_pcie_probe() local
1156 host_ops = data->host_ops; in ks_pcie_probe()
1303 pci->pp.ops = host_ops; in ks_pcie_probe()
/linux-6.12.1/include/drm/bridge/
Ddw_mipi_dsi.h74 const struct dw_mipi_dsi_host_ops *host_ops; member
Dsamsung-dsim.h82 const struct samsung_dsim_host_ops *host_ops; member
/linux-6.12.1/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c344 if (pdata->host_ops && pdata->host_ops->attach) { in dw_mipi_dsi_host_attach()
345 ret = pdata->host_ops->attach(pdata->priv_data, device); in dw_mipi_dsi_host_attach()
360 if (pdata->host_ops && pdata->host_ops->detach) { in dw_mipi_dsi_host_detach()
361 ret = pdata->host_ops->detach(pdata->priv_data, device); in dw_mipi_dsi_host_detach()
/linux-6.12.1/drivers/gpu/drm/meson/
Dmeson_dw_mipi_dsi.c321 mipi_dsi->pdata.host_ops = &meson_dw_mipi_dsi_host_ops; in meson_dw_mipi_dsi_probe()
/linux-6.12.1/drivers/gpu/drm/bridge/imx/
Dimx93-mipi-dsi.c880 dsi->pdata.host_ops = &imx93_dsi_host_ops; in imx93_dsi_probe()
/linux-6.12.1/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c1447 dsi->pdata.host_ops = &dw_mipi_dsi_rockchip_host_ops; in dw_mipi_dsi_rockchip_probe()