Lines Matching defs:omap_crtc
29 struct omap_crtc { struct
30 struct drm_crtc base;
32 const char *name;
33 int pipe;
34 enum omap_channel channel;
35 struct omap_overlay_manager_info info;
36 struct drm_encoder *current_encoder;
44 struct omap_overlay_manager *mgr;
46 struct omap_video_timings timings;
47 bool enabled;
49 struct omap_drm_apply apply;
51 struct omap_drm_irq apply_irq;
52 struct omap_drm_irq error_irq;
55 struct list_head pending_applies;
58 struct list_head queued_applies;
61 struct work_struct apply_work;
85 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in pipe2vbl() local
92 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_timings() local
98 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_channel() local
149 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_set_enabled() local
205 struct omap_crtc *omap_crtc = omap_crtcs[mgr->id]; in omap_crtc_enable() local
217 struct omap_crtc *omap_crtc = omap_crtcs[mgr->id]; in omap_crtc_disable() local
225 struct omap_crtc *omap_crtc = omap_crtcs[mgr->id]; in omap_crtc_set_timings() local
233 struct omap_crtc *omap_crtc = omap_crtcs[mgr->id]; in omap_crtc_set_lcd_config() local
269 struct omap_crtc *omap_crtc = in omap_crtc_error_irq() local
283 struct omap_crtc *omap_crtc = in omap_crtc_apply_irq() local
298 struct omap_crtc *omap_crtc = in apply_worker() local
361 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_apply() local
387 struct omap_crtc *omap_crtc = in omap_crtc_pre_apply() local
428 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_flush() local
451 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_destroy() local
466 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_dpms() local
498 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_mode_set() local
527 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_prepare() local
534 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_commit() local
555 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in vblank_cb() local
578 struct omap_crtc *omap_crtc = in page_flip_worker() local
598 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in page_flip_cb() local
611 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_page_flip_locked() local
701 struct omap_crtc *omap_crtc; in omap_crtc_init() local