Home
last modified time | relevance | path

Searched refs:dsi_ops (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/dsi/
Ddsi.c154 static const struct component_ops dsi_ops = { variable
161 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_attach()
166 component_del(&pdev->dev, &dsi_ops); in dsi_dev_detach()
/linux-6.12.1/drivers/gpu/drm/omapdrm/
Domap_crtc.c356 if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->update) in omap_crtc_manual_display_update()
359 ret = dssdev->dsi_ops->update(dssdev); in omap_crtc_manual_display_update()
568 if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->is_video_mode) in omap_crtc_is_manually_updated()
571 if (dssdev->dsi_ops->is_video_mode(dssdev)) in omap_crtc_is_manually_updated()
/linux-6.12.1/drivers/gpu/drm/hisilicon/kirin/
Ddw_drm_dsi.c723 static const struct component_ops dsi_ops; variable
740 ret = component_add(dev, &dsi_ops); in dsi_host_attach()
752 component_del(dev, &dsi_ops); in dsi_host_detach()
820 static const struct component_ops dsi_ops = { variable
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/
Domapdss.h220 const struct omapdss_dsi_ops *dsi_ops; member
Ddsi.c4273 static const struct omapdss_dsi_ops dsi_ops = { variable
4733 out->dsi_ops = &dsi_ops; in dsi_init_output()
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c5007 static const struct omapdss_dsi_ops dsi_ops = { variable
5058 out->ops.dsi = &dsi_ops; in dsi_init_output()