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