Searched defs:exynos_drm_manager_ops (Results 1 – 1 of 1) sorted by relevance
164 struct exynos_drm_manager_ops { struct165 void (*dpms)(struct device *subdrv_dev, int mode);166 void (*apply)(struct device *subdrv_dev);167 void (*mode_set)(struct device *subdrv_dev, void *mode);168 void (*commit)(struct device *subdrv_dev);169 int (*enable_vblank)(struct device *subdrv_dev);193 struct exynos_drm_manager_ops *ops; argument