Searched defs:atmel_lcdfb_info (Results 1 – 1 of 1) sorted by relevance
39 struct atmel_lcdfb_info { struct40 spinlock_t lock;41 struct fb_info *info;42 void __iomem *mmio;43 int irq_base;44 struct work_struct task;46 unsigned int smem_len;47 struct platform_device *pdev;48 struct clk *bus_clk;49 struct clk *lcdc_clk;[all …]