Searched defs:mixer_context (Results 1 – 1 of 1) sorted by relevance
95 struct mixer_context { struct96 struct platform_device *pdev;97 struct device *dev;98 struct drm_device *drm_dev;99 void *dma_priv;100 struct exynos_drm_crtc *crtc;101 struct exynos_drm_plane planes[MIXER_WIN_NR];102 unsigned long flags;104 int irq;105 void __iomem *mixer_regs;[all …]