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