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