• Home
  • Raw
  • Download

Lines Matching refs:backlight_device

99 	struct backlight_device *bd;  in fb_notifier_callback()
108 bd = container_of(self, struct backlight_device, fb_notif); in fb_notifier_callback()
137 static int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb()
145 static void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb()
150 static inline int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb()
155 static inline void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb()
160 static void backlight_generate_event(struct backlight_device *bd, in backlight_generate_event()
184 struct backlight_device *bd = to_backlight_device(dev); in bl_power_show()
193 struct backlight_device *bd = to_backlight_device(dev); in bl_power_store()
225 struct backlight_device *bd = to_backlight_device(dev); in brightness_show()
230 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness()
257 struct backlight_device *bd = to_backlight_device(dev); in brightness_store()
273 struct backlight_device *bd = to_backlight_device(dev); in type_show()
282 struct backlight_device *bd = to_backlight_device(dev); in max_brightness_show()
292 struct backlight_device *bd = to_backlight_device(dev); in actual_brightness_show()
308 struct backlight_device *bd = to_backlight_device(dev); in scale_show()
322 struct backlight_device *bd = to_backlight_device(dev); in backlight_suspend()
336 struct backlight_device *bd = to_backlight_device(dev); in backlight_resume()
354 struct backlight_device *bd = to_backlight_device(dev); in bl_device_release()
381 void backlight_force_update(struct backlight_device *bd, in backlight_force_update()
393 struct backlight_device *backlight_device_register(const char *name, in backlight_device_register()
397 struct backlight_device *new_bd; in backlight_device_register()
402 new_bd = kzalloc(sizeof(struct backlight_device), GFP_KERNEL); in backlight_device_register()
468 struct backlight_device *backlight_device_get_by_type(enum backlight_type type) in backlight_device_get_by_type()
471 struct backlight_device *bd; in backlight_device_get_by_type()
497 struct backlight_device *backlight_device_get_by_name(const char *name) in backlight_device_get_by_name()
508 void backlight_device_unregister(struct backlight_device *bd) in backlight_device_unregister()
538 struct backlight_device *backlight = *(struct backlight_device **)res; in devm_backlight_device_release()
546 struct backlight_device **r = res; in devm_backlight_device_match()
602 struct backlight_device *devm_backlight_device_register(struct device *dev, in devm_backlight_device_register()
607 struct backlight_device **ptr, *backlight; in devm_backlight_device_register()
637 struct backlight_device *bd) in devm_backlight_device_unregister()
665 struct backlight_device *of_find_backlight_by_node(struct device_node *node) in of_find_backlight_by_node()
676 static struct backlight_device *of_find_backlight(struct device *dev) in of_find_backlight()
678 struct backlight_device *bd = NULL; in of_find_backlight()
699 struct backlight_device *bd = data; in devm_backlight_release()
720 struct backlight_device *devm_of_find_backlight(struct device *dev) in devm_of_find_backlight()
722 struct backlight_device *bd; in devm_of_find_backlight()