Lines Matching refs:lcd_device
27 struct lcd_device *ld; in fb_notifier_callback()
40 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback()
58 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
65 static void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
70 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
75 static inline void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
84 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_power()
100 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_power()
122 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_contrast()
136 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_contrast()
157 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_max_contrast()
166 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release()
188 struct lcd_device *lcd_device_register(const char *name, struct device *parent, in lcd_device_register()
191 struct lcd_device *new_ld; in lcd_device_register()
196 new_ld = kzalloc(sizeof(struct lcd_device), GFP_KERNEL); in lcd_device_register()
233 void lcd_device_unregister(struct lcd_device *ld) in lcd_device_unregister()