Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi.c133 static const struct component_ops dsi_ops = { variable
140 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_attach()
145 component_del(&pdev->dev, &dsi_ops); in dsi_dev_detach()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A 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()
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c724 static const struct component_ops dsi_ops; variable
741 ret = component_add(dev, &dsi_ops); in dsi_host_attach()
753 component_del(dev, &dsi_ops); in dsi_host_detach()
821 static const struct component_ops dsi_ops = { variable
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h220 const struct omapdss_dsi_ops *dsi_ops; member
H A Ddsi.c4273 static const struct omapdss_dsi_ops dsi_ops = { variable
4733 out->dsi_ops = &dsi_ops; in dsi_init_output()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c5006 static const struct omapdss_dsi_ops dsi_ops = { variable
5057 out->ops.dsi = &dsi_ops; in dsi_init_output()