Searched defs:omap_dss_driver (Results 1 – 2 of 2) sorted by relevance
443 struct omap_dss_driver { struct444 int (*update)(struct omap_dss_device *dssdev,446 int (*sync)(struct omap_dss_device *dssdev);448 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);449 int (*get_te)(struct omap_dss_device *dssdev);451 int (*memory_read)(struct omap_dss_device *dssdev,
189 static struct platform_driver omap_dss_driver = { variable