Lines Matching defs:atmel_lcdfb_info
39 struct atmel_lcdfb_info { struct
40 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;
51 struct backlight_device *backlight;
52 u8 bl_power;
53 u8 saved_lcdcon;
55 u32 pseudo_palette[16];
56 bool have_intensity_bit;
58 struct atmel_lcdfb_pdata pdata;
60 struct atmel_lcdfb_config *config;
61 struct regulator *reg_lcd;