Home
last modified time | relevance | path

Searched refs:mgr_ops (Results 1 – 4 of 4) sorted by relevance

/drivers/video/omap2/dss/
Doutput.c120 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops() argument
125 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()
/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c194 struct exynos_drm_manager_ops *mgr_ops = mgr->ops; in vidi_apply() local
207 if (mgr_ops && mgr_ops->commit) in vidi_apply()
208 mgr_ops->commit(subdrv_dev); in vidi_apply()
Dexynos_drm_fimd.c219 struct exynos_drm_manager_ops *mgr_ops = mgr->ops; in fimd_apply() local
232 if (mgr_ops && mgr_ops->commit) in fimd_apply()
233 mgr_ops->commit(subdrv_dev); in fimd_apply()
/drivers/gpu/drm/omapdrm/
Domap_crtc.c137 static const struct dss_mgr_ops mgr_ops = { variable
640 dss_install_mgr_ops(&mgr_ops); in omap_crtc_init()