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 50 include/linux/lcd.h int (*early_set_power)(struct lcd_device *, int power); lcd_device 52 include/linux/lcd.h int (*r_early_set_power)(struct lcd_device *, int power); lcd_device 54 include/linux/lcd.h int (*set_power)(struct lcd_device *, int power); lcd_device 56 include/linux/lcd.h int (*get_contrast)(struct lcd_device *); lcd_device 58 include/linux/lcd.h int (*set_contrast)(struct lcd_device *, int contrast); lcd_device 60 include/linux/lcd.h int (*set_mode)(struct lcd_device *, struct fb_videomode *); lcd_device 63 include/linux/lcd.h int (*check_fb)(struct lcd_device *, struct fb_info *); lcd_device 84 include/linux/lcd.h int (*reset)(struct lcd_device *ld); lcd_device 87 include/linux/lcd.h int (*power_on)(struct lcd_device *ld, int enable); lcd_device 105 include/linux/lcd.h static inline void lcd_set_power(struct lcd_device *ld, int power) lcd_device 113 include/linux/lcd.h extern struct lcd_device *lcd_device_register(const char *name, lcd_device 115 include/linux/lcd.h extern struct lcd_device *devm_lcd_device_register(struct device *dev, lcd_device 118 include/linux/lcd.h extern void lcd_device_unregister(struct lcd_device *ld); lcd_device 120 include/linux/lcd.h struct lcd_device *ld); lcd_device 122 include/linux/lcd.h #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) lcd_device 124 include/linux/lcd.h static inline void * lcd_get_data(struct lcd_device *ld_dev)