Searched refs:mgr_ops (Results 1 – 4 of 4) sorted by relevance
120 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops() argument125 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()
194 struct exynos_drm_manager_ops *mgr_ops = mgr->ops; in vidi_apply() local207 if (mgr_ops && mgr_ops->commit) in vidi_apply()208 mgr_ops->commit(subdrv_dev); in vidi_apply()
219 struct exynos_drm_manager_ops *mgr_ops = mgr->ops; in fimd_apply() local232 if (mgr_ops && mgr_ops->commit) in fimd_apply()233 mgr_ops->commit(subdrv_dev); in fimd_apply()
137 static const struct dss_mgr_ops mgr_ops = { variable640 dss_install_mgr_ops(&mgr_ops); in omap_crtc_init()