Lines Matching defs:mixer_context
90 struct mixer_context { struct
91 struct platform_device *pdev;
92 struct device *dev;
93 struct drm_device *drm_dev;
94 struct exynos_drm_crtc *crtc;
95 struct exynos_drm_plane planes[MIXER_WIN_NR];
96 int pipe;
97 unsigned long flags;
98 bool interlace;
99 bool vp_enabled;
100 bool has_sclk;
102 struct mixer_resources mixer_res;
103 enum mixer_version_id mxr_ver;
104 wait_queue_head_t wait_vsync_queue;
105 atomic_t wait_vsync_event;