Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/msm/dsi/
Ddsi.c141 static const struct component_ops dsi_ops = { variable
148 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_attach()
153 component_del(&pdev->dev, &dsi_ops); in dsi_dev_detach()
/linux-5.19.10/drivers/gpu/drm/omapdrm/
Domap_crtc.c357 if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->update) in omap_crtc_manual_display_update()
360 ret = dssdev->dsi_ops->update(dssdev); in omap_crtc_manual_display_update()
569 if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->is_video_mode) in omap_crtc_is_manually_updated()
572 if (dssdev->dsi_ops->is_video_mode(dssdev)) in omap_crtc_is_manually_updated()
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/omapdrm/dss/
Domapdss.h220 const struct omapdss_dsi_ops *dsi_ops; member
Ddsi.c4267 static const struct omapdss_dsi_ops dsi_ops = { variable
4727 out->dsi_ops = &dsi_ops; in dsi_init_output()
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c5000 static const struct omapdss_dsi_ops dsi_ops = { variable
5051 out->ops.dsi = &dsi_ops; in dsi_init_output()