Searched defs:mixer_context (Results 1 – 1 of 1) sorted by relevance
72 struct mixer_context { struct73 struct platform_device *pdev;74 struct device *dev;75 struct drm_device *drm_dev;76 struct exynos_drm_crtc *crtc;77 struct exynos_drm_plane planes[MIXER_WIN_NR];78 int pipe;79 bool interlace;80 bool powered;81 bool vp_enabled;[all …]