Searched defs:g2d_data (Results 1 – 1 of 1) sorted by relevance
222 struct g2d_data { struct223 struct device *dev;224 struct clk *gate_clk;225 void __iomem *regs;226 int irq;250 static int g2d_init_cmdlist(struct g2d_data *g2d) in g2d_init_cmdlist() argument