Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_dsi.c339 static const struct component_ops dsi_ops = { variable
376 ret = component_add(dev, &dsi_ops); in dsi_probe()
390 component_del(&pdev->dev, &dsi_ops); in dsi_remove()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4882 static const struct omap_dss_device_ops dsi_ops = { variable
5117 out->ops = &dsi_ops; in dsi_init_output()