Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/dsi/
Ddsi.c140 static const struct component_ops dsi_ops = { variable
147 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
153 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/
Ddw_drm_dsi.c815 static const struct component_ops dsi_ops = { variable
873 return component_add(&pdev->dev, &dsi_ops); in dsi_probe()
878 component_del(&pdev->dev, &dsi_ops); in dsi_remove()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c5005 static const struct omapdss_dsi_ops dsi_ops = { variable
5056 out->ops.dsi = &dsi_ops; in dsi_init_output()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Ddsi.c4883 static const struct omap_dss_device_ops dsi_ops = { variable
5118 out->ops = &dsi_ops; in dsi_init_output()