Lines Matching refs:lcd_device
23 static void lcd_notify_blank(struct lcd_device *ld, struct device *display_dev, in lcd_notify_blank()
38 struct lcd_device *ld; in lcd_notify_blank_all()
47 static void lcd_notify_mode_change(struct lcd_device *ld, struct device *display_dev, in lcd_notify_mode_change()
63 struct lcd_device *ld; in lcd_notify_mode_change_all()
76 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show()
92 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store()
117 struct lcd_device *ld = to_lcd_device(dev); in contrast_show()
131 struct lcd_device *ld = to_lcd_device(dev); in contrast_store()
155 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show()
163 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release()
173 ATTRIBUTE_GROUPS(lcd_device);
192 struct lcd_device *lcd_device_register(const char *name, struct device *parent, in lcd_device_register()
195 struct lcd_device *new_ld; in lcd_device_register()
200 new_ld = kzalloc(sizeof(struct lcd_device), GFP_KERNEL); in lcd_device_register()
234 void lcd_device_unregister(struct lcd_device *ld) in lcd_device_unregister()
252 struct lcd_device *lcd = *(struct lcd_device **)res; in devm_lcd_device_release()
259 struct lcd_device **r = res; in devm_lcd_device_match()
278 struct lcd_device *devm_lcd_device_register(struct device *dev, in devm_lcd_device_register()
282 struct lcd_device **ptr, *lcd; in devm_lcd_device_register()
309 void devm_lcd_device_unregister(struct device *dev, struct lcd_device *ld) in devm_lcd_device_unregister()