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