Searched defs:decon_context (Results 1 – 2 of 2) sorted by relevance
58 struct decon_context { struct59 struct device *dev;61 void *dma_priv;65 struct clk *pclk;66 struct clk *aclk;67 struct clk *eclk;68 struct clk *vclk;69 void __iomem *regs;70 unsigned long irq_flags;71 bool i80_if;[all …]
56 struct decon_context { struct57 struct device *dev;59 void *dma_priv;63 void __iomem *addr;64 struct regmap *sysreg;66 unsigned int irq;67 unsigned int irq_vsync;69 unsigned int te_irq;70 unsigned long out_type;71 int first_win;[all …]