Lines Matching defs:atmel_lcdfb_info
40 struct atmel_lcdfb_info { struct
41 spinlock_t lock;
42 struct fb_info *info;
43 void __iomem *mmio;
44 int irq_base;
45 struct work_struct task;
47 unsigned int smem_len;
48 struct platform_device *pdev;
49 struct clk *bus_clk;
50 struct clk *lcdc_clk;
52 struct backlight_device *backlight;
53 u8 bl_power;
54 u8 saved_lcdcon;
56 u32 pseudo_palette[16];
57 bool have_intensity_bit;
59 struct atmel_lcdfb_pdata pdata;
61 struct atmel_lcdfb_config *config;
62 struct regulator *reg_lcd;