Lines Matching refs:backlight_device

80 void backlight_notify_blank(struct backlight_device *bd, struct device *display_dev,  in backlight_notify_blank()
106 struct backlight_device *bd; in backlight_notify_blank_all()
115 static void backlight_generate_event(struct backlight_device *bd, in backlight_generate_event()
139 struct backlight_device *bd = to_backlight_device(dev); in bl_power_show()
148 struct backlight_device *bd = to_backlight_device(dev); in bl_power_store()
180 struct backlight_device *bd = to_backlight_device(dev); in brightness_show()
185 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness()
212 struct backlight_device *bd = to_backlight_device(dev); in brightness_store()
228 struct backlight_device *bd = to_backlight_device(dev); in type_show()
237 struct backlight_device *bd = to_backlight_device(dev); in max_brightness_show()
247 struct backlight_device *bd = to_backlight_device(dev); in actual_brightness_show()
266 struct backlight_device *bd = to_backlight_device(dev); in scale_show()
278 struct backlight_device *bd = to_backlight_device(dev); in backlight_suspend()
292 struct backlight_device *bd = to_backlight_device(dev); in backlight_resume()
310 struct backlight_device *bd = to_backlight_device(dev); in bl_device_release()
343 void backlight_force_update(struct backlight_device *bd, in backlight_force_update()
364 struct backlight_device *backlight_device_register(const char *name, in backlight_device_register()
368 struct backlight_device *new_bd; in backlight_device_register()
373 new_bd = kzalloc(sizeof(struct backlight_device), GFP_KERNEL); in backlight_device_register()
430 struct backlight_device *backlight_device_get_by_type(enum backlight_type type) in backlight_device_get_by_type()
433 struct backlight_device *bd; in backlight_device_get_by_type()
459 struct backlight_device *backlight_device_get_by_name(const char *name) in backlight_device_get_by_name()
470 void backlight_device_unregister(struct backlight_device *bd) in backlight_device_unregister()
496 struct backlight_device *backlight = *(struct backlight_device **)res; in devm_backlight_device_release()
504 struct backlight_device **r = res; in devm_backlight_device_match()
526 struct backlight_device *devm_backlight_device_register(struct device *dev, in devm_backlight_device_register()
531 struct backlight_device **ptr, *backlight; in devm_backlight_device_register()
561 struct backlight_device *bd) in devm_backlight_device_unregister()
589 struct backlight_device *of_find_backlight_by_node(struct device_node *node) in of_find_backlight_by_node()
600 static struct backlight_device *of_find_backlight(struct device *dev) in of_find_backlight()
602 struct backlight_device *bd = NULL; in of_find_backlight()
623 struct backlight_device *bd = data; in devm_backlight_release()
643 struct backlight_device *devm_of_find_backlight(struct device *dev) in devm_of_find_backlight()
645 struct backlight_device *bd; in devm_of_find_backlight()