Home
last modified time | relevance | path

Searched refs:dsi_ops (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H A Ddsi.c145 static const struct component_ops dsi_ops = { variable
152 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
158 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c811 static const struct component_ops dsi_ops = { variable
869 return component_add(&pdev->dev, &dsi_ops); in dsi_probe()
874 component_del(&pdev->dev, &dsi_ops); in dsi_remove()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4888 static const struct omap_dss_device_ops dsi_ops = { variable
5123 out->ops = &dsi_ops; in dsi_init_output()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c5008 static const struct omapdss_dsi_ops dsi_ops = { variable
5059 out->ops.dsi = &dsi_ops; in dsi_init_output()
/kernel/linux/linux-6.6/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()

Completed in 33 milliseconds