Searched refs:host_ops (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/exynos/ |
| H A 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, 159 .host_ops = &exynos_dsi_exynos_host_ops,
|
| /linux/drivers/pci/controller/plda/ |
| H A D | pcie-plda-host.c | 604 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 D | pcie-plda.h | 182 const struct plda_pcie_host_ops *host_ops; member
|
| H A D | pcie-starfive.c | 415 plda->host_ops = &sf_host_ops; in starfive_pcie_probe()
|
| /linux/sound/soc/sof/ |
| H A D | sof-client-probes.c | 45 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 D | sof-client-probes.h | 68 const struct sof_probes_host_ops *host_ops; member
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | samsung-dsim.c | 1854 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 D | dw-mipi-dsi2.c | 540 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 D | dw-mipi-dsi.c | 345 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 D | pci-keystone.c | 117 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 D | dw_mipi_dsi.h | 74 const struct dw_mipi_dsi_host_ops *host_ops; member
|
| H A D | dw_mipi_dsi2.h | 84 const struct dw_mipi_dsi2_host_ops *host_ops; member
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_dw_mipi_dsi.c | 321 mipi_dsi->pdata.host_ops = &meson_dw_mipi_dsi_host_ops; in meson_dw_mipi_dsi_probe()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | dw-mipi-dsi2-rockchip.c | 422 dsi2->pdata.host_ops = &dw_mipi_dsi2_rockchip_host_ops; in dw_mipi_dsi2_rockchip_probe()
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx93-mipi-dsi.c | 878 dsi->pdata.host_ops = &imx93_dsi_host_ops; in imx93_dsi_probe()
|