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