Lines Matching defs:atmel_lcdfb_info
41 struct atmel_lcdfb_info { struct
42 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;
53 struct backlight_device *backlight;
54 u8 bl_power;
55 u8 saved_lcdcon;
57 u32 pseudo_palette[16];
58 bool have_intensity_bit;
60 struct atmel_lcdfb_pdata pdata;
62 struct atmel_lcdfb_config *config;
63 struct regulator *reg_lcd;