Lines Matching refs:lcd_device

29 	struct lcd_device *ld;  in fb_notifier_callback()
44 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback()
70 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
77 static void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
82 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
87 static inline void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
96 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show()
112 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store()
137 struct lcd_device *ld = to_lcd_device(dev); in contrast_show()
151 struct lcd_device *ld = to_lcd_device(dev); in contrast_store()
175 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show()
185 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release()
195 ATTRIBUTE_GROUPS(lcd_device);
208 struct lcd_device *lcd_device_register(const char *name, struct device *parent, in lcd_device_register()
211 struct lcd_device *new_ld; in lcd_device_register()
216 new_ld = kzalloc(sizeof(struct lcd_device), GFP_KERNEL); in lcd_device_register()
253 void lcd_device_unregister(struct lcd_device *ld) in lcd_device_unregister()
269 struct lcd_device *lcd = *(struct lcd_device **)res; in devm_lcd_device_release()
276 struct lcd_device **r = res; in devm_lcd_device_match()
295 struct lcd_device *devm_lcd_device_register(struct device *dev, in devm_lcd_device_register()
299 struct lcd_device **ptr, *lcd; in devm_lcd_device_register()
326 void devm_lcd_device_unregister(struct device *dev, struct lcd_device *ld) in devm_lcd_device_unregister()