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