Searched defs:omap_dss_driver (Results 1 – 2 of 2) sorted by relevance
793 struct omap_dss_driver { struct794 int (*probe)(struct omap_dss_device *);795 void (*remove)(struct omap_dss_device *);797 int (*connect)(struct omap_dss_device *dssdev);798 void (*disconnect)(struct omap_dss_device *dssdev);800 int (*enable)(struct omap_dss_device *display);801 void (*disable)(struct omap_dss_device *display);802 int (*run_test)(struct omap_dss_device *display, int test);804 int (*update)(struct omap_dss_device *dssdev,806 int (*sync)(struct omap_dss_device *dssdev);[all …]
246 static struct platform_driver omap_dss_driver = { variable