Lines Matching defs:atmel_lcdfb_info
37 struct atmel_lcdfb_info { struct
38 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;
48 struct clk *lcdc_clk;
51 struct backlight_device *backlight;
52 u8 bl_power;
54 bool lcdcon_is_backlight;
55 bool lcdcon_pol_negative;
56 u8 saved_lcdcon;
58 u8 default_bpp;
59 u8 lcd_wiring_mode;
60 unsigned int default_lcdcon2;
61 unsigned int default_dmacon;
62 void (*atmel_lcdfb_power_control)(int on);
63 struct fb_monspecs *default_monspecs;
64 u32 pseudo_palette[16];