Searched defs:decon_context (Results 1 – 2 of 2) sorted by relevance
40 struct decon_context { struct41 struct device *dev;43 void *dma_priv;47 struct clk *pclk;48 struct clk *aclk;49 struct clk *eclk;50 struct clk *vclk;51 void __iomem *regs;52 unsigned long irq_flags;53 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 …]