Searched refs:host_ops (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 134 .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/ |
D | sof-client-probes.c | 39 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()
|
D | sof-client-probes.h | 61 const struct sof_probes_host_ops *host_ops; member
|
/Linux-v6.6/drivers/gpu/drm/bridge/ |
D | samsung-dsim.c | 1627 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/ |
D | pci-keystone.c | 109 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/ |
D | dw_mipi_dsi.h | 59 const struct dw_mipi_dsi_host_ops *host_ops; member
|
D | samsung-dsim.h | 77 const struct samsung_dsim_host_ops *host_ops; member
|
/Linux-v6.6/drivers/gpu/drm/bridge/synopsys/ |
D | dw-mipi-dsi.c | 341 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/ |
D | meson_dw_mipi_dsi.c | 314 mipi_dsi->pdata.host_ops = &meson_dw_mipi_dsi_host_ops; in meson_dw_mipi_dsi_probe()
|
/Linux-v6.6/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 1439 dsi->pdata.host_ops = &dw_mipi_dsi_rockchip_host_ops; in dw_mipi_dsi_rockchip_probe()
|