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