Lines Matching refs:ops
28 if (exynos_crtc->ops->enable) in exynos_drm_crtc_enable()
29 exynos_crtc->ops->enable(exynos_crtc); in exynos_drm_crtc_enable()
40 if (exynos_crtc->ops->disable) in exynos_drm_crtc_disable()
41 exynos_crtc->ops->disable(exynos_crtc); in exynos_drm_crtc_disable()
49 if (exynos_crtc->ops->commit) in exynos_drm_crtc_mode_set_nofb()
50 exynos_crtc->ops->commit(exynos_crtc); in exynos_drm_crtc_mode_set_nofb()
61 if (exynos_crtc->ops->atomic_check) in exynos_crtc_atomic_check()
62 return exynos_crtc->ops->atomic_check(exynos_crtc, state); in exynos_crtc_atomic_check()
78 if (exynos_crtc->ops->atomic_begin) in exynos_crtc_atomic_begin()
79 exynos_crtc->ops->atomic_begin(exynos_crtc, in exynos_crtc_atomic_begin()
93 if (exynos_crtc->ops->atomic_flush) in exynos_crtc_atomic_flush()
94 exynos_crtc->ops->atomic_flush(exynos_crtc, in exynos_crtc_atomic_flush()
132 const struct exynos_drm_crtc_ops *ops, in exynos_drm_crtc_create() argument
146 exynos_crtc->ops = ops; in exynos_drm_crtc_create()
176 if (exynos_crtc->ops->enable_vblank) in exynos_drm_crtc_enable_vblank()
177 return exynos_crtc->ops->enable_vblank(exynos_crtc); in exynos_drm_crtc_enable_vblank()
188 if (exynos_crtc->ops->disable_vblank) in exynos_drm_crtc_disable_vblank()
189 exynos_crtc->ops->disable_vblank(exynos_crtc); in exynos_drm_crtc_disable_vblank()
236 if (exynos_crtc->ops->wait_for_vblank) in exynos_drm_crtc_complete_scanout()
237 exynos_crtc->ops->wait_for_vblank(exynos_crtc); in exynos_drm_crtc_complete_scanout()
261 if (exynos_crtc->ops->te_handler) in exynos_drm_crtc_te_handler()
262 exynos_crtc->ops->te_handler(exynos_crtc); in exynos_drm_crtc_te_handler()