Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi.c144 static const struct component_ops dsi_ops = { variable
151 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
157 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c5026 static const struct omapdss_dsi_ops dsi_ops = { variable
5077 out->ops.dsi = &dsi_ops; in dsi_init_output()