lcd_device 31 include/linux/lcd.h struct lcd_device; lcd_device 42 include/linux/lcd.h int (*get_power)(struct lcd_device *); lcd_device 44 include/linux/lcd.h int (*set_power)(struct lcd_device *, int power); lcd_device 46 include/linux/lcd.h int (*get_contrast)(struct lcd_device *); lcd_device 48 include/linux/lcd.h int (*set_contrast)(struct lcd_device *, int contrast); lcd_device 50 include/linux/lcd.h int (*set_mode)(struct lcd_device *, struct fb_videomode *); lcd_device 53 include/linux/lcd.h int (*check_fb)(struct lcd_device *, struct fb_info *); lcd_device 80 include/linux/lcd.h extern struct lcd_device *lcd_device_register(const char *name, lcd_device 84 include/linux/lcd.h #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev)