Searched defs:mixer_context (Results 1 – 1 of 1) sorted by relevance
99 struct mixer_context { struct100 struct platform_device *pdev;101 struct device *dev;102 struct drm_device *drm_dev;103 struct exynos_drm_crtc *crtc;104 struct exynos_drm_plane planes[MIXER_WIN_NR];105 unsigned long flags;107 int irq;108 void __iomem *mixer_regs;109 void __iomem *vp_regs;[all …]