Searched defs:omap_dss_driver (Results 1 – 2 of 2) sorted by relevance
689 struct omap_dss_driver { struct690 int (*probe)(struct omap_dss_device *);691 void (*remove)(struct omap_dss_device *);693 int (*connect)(struct omap_dss_device *dssdev);694 void (*disconnect)(struct omap_dss_device *dssdev);696 int (*enable)(struct omap_dss_device *display);697 void (*disable)(struct omap_dss_device *display);698 int (*run_test)(struct omap_dss_device *display, int test);700 int (*update)(struct omap_dss_device *dssdev,702 int (*sync)(struct omap_dss_device *dssdev);[all …]
187 static struct platform_driver omap_dss_driver = { variable