Searched defs:omap_dss_driver (Results 1 – 3 of 3) sorted by relevance
753 struct omap_dss_driver { struct754 int (*probe)(struct omap_dss_device *);755 void (*remove)(struct omap_dss_device *);757 int (*connect)(struct omap_dss_device *dssdev);758 void (*disconnect)(struct omap_dss_device *dssdev);760 int (*enable)(struct omap_dss_device *display);761 void (*disable)(struct omap_dss_device *display);762 int (*run_test)(struct omap_dss_device *display, int test);764 int (*update)(struct omap_dss_device *dssdev,766 int (*sync)(struct omap_dss_device *dssdev);[all …]
219 static struct platform_driver omap_dss_driver = { variable
236 static struct platform_driver omap_dss_driver = { variable