Searched defs:omap_dss_driver (Results 1 – 2 of 2) sorted by relevance
598 struct omap_dss_driver { struct599 struct device_driver driver;601 int (*probe)(struct omap_dss_device *);602 void (*remove)(struct omap_dss_device *);604 int (*enable)(struct omap_dss_device *display);605 void (*disable)(struct omap_dss_device *display);606 int (*suspend)(struct omap_dss_device *display);607 int (*resume)(struct omap_dss_device *display);608 int (*run_test)(struct omap_dss_device *display, int test);610 int (*update)(struct omap_dss_device *dssdev,[all …]
308 static struct platform_driver omap_dss_driver = { variable