Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/dsi/
Ddsi.c111 static const struct component_ops dsi_ops = { variable
118 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
124 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c5025 static const struct omapdss_dsi_ops dsi_ops = { variable
5076 out->ops.dsi = &dsi_ops; in dsi_init_output()