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