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 …]
54 struct decon_context { struct55 struct device *dev;57 void *dma_priv;61 void __iomem *addr;62 struct regmap *sysreg;64 unsigned int irq;65 unsigned int irq_vsync;67 unsigned int te_irq;68 unsigned long out_type;69 int first_win;[all …]
Completed in 13 milliseconds