Lines Matching refs:backlight_device

81 void backlight_notify_blank(struct backlight_device *bd, struct device *display_dev,  in backlight_notify_blank()
107 struct backlight_device *bd; in backlight_notify_blank_all()
116 static void backlight_generate_event(struct backlight_device *bd, in backlight_generate_event()
140 struct backlight_device *bd = to_backlight_device(dev); in bl_power_show()
149 struct backlight_device *bd = to_backlight_device(dev); in bl_power_store()
181 struct backlight_device *bd = to_backlight_device(dev); in brightness_show()
186 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness()
213 struct backlight_device *bd = to_backlight_device(dev); in brightness_store()
229 struct backlight_device *bd = to_backlight_device(dev); in type_show()
238 struct backlight_device *bd = to_backlight_device(dev); in max_brightness_show()
248 struct backlight_device *bd = to_backlight_device(dev); in actual_brightness_show()
267 struct backlight_device *bd = to_backlight_device(dev); in scale_show()
279 struct backlight_device *bd = to_backlight_device(dev); in backlight_suspend()
293 struct backlight_device *bd = to_backlight_device(dev); in backlight_resume()
311 struct backlight_device *bd = to_backlight_device(dev); in bl_device_release()
344 void backlight_force_update(struct backlight_device *bd, in backlight_force_update()
365 struct backlight_device *backlight_device_register(const char *name, in backlight_device_register()
369 struct backlight_device *new_bd; in backlight_device_register()
374 new_bd = kzalloc_obj(struct backlight_device); in backlight_device_register()
431 struct backlight_device *backlight_device_get_by_type(enum backlight_type type) in backlight_device_get_by_type()
434 struct backlight_device *bd; in backlight_device_get_by_type()
460 struct backlight_device *backlight_device_get_by_name(const char *name) in backlight_device_get_by_name()
471 void backlight_device_unregister(struct backlight_device *bd) in backlight_device_unregister()
497 struct backlight_device *backlight = *(struct backlight_device **)res; in devm_backlight_device_release()
505 struct backlight_device **r = res; in devm_backlight_device_match()
527 struct backlight_device *devm_backlight_device_register(struct device *dev, in devm_backlight_device_register()
532 struct backlight_device **ptr, *backlight; in devm_backlight_device_register()
562 struct backlight_device *bd) in devm_backlight_device_unregister()
590 struct backlight_device *of_find_backlight_by_node(struct device_node *node) in of_find_backlight_by_node()
601 static struct backlight_device *of_find_backlight(struct device *dev) in of_find_backlight()
603 struct backlight_device *bd = NULL; in of_find_backlight()
624 struct backlight_device *bd = data; in devm_backlight_release()
644 struct backlight_device *devm_of_find_backlight(struct device *dev) in devm_of_find_backlight()
646 struct backlight_device *bd; in devm_of_find_backlight()