• Home
  • Raw
  • Download

Lines Matching defs:bd

43 	struct backlight_device *bd;  in fb_notifier_callback()  local
80 static int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb()
88 static void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb()
93 static inline int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb()
98 static inline void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb()
103 static void backlight_generate_event(struct backlight_device *bd, in backlight_generate_event()
127 struct backlight_device *bd = to_backlight_device(dev); in bl_power_show() local
136 struct backlight_device *bd = to_backlight_device(dev); in bl_power_store() local
162 struct backlight_device *bd = to_backlight_device(dev); in brightness_show() local
171 struct backlight_device *bd = to_backlight_device(dev); in brightness_store() local
202 struct backlight_device *bd = to_backlight_device(dev); in type_show() local
211 struct backlight_device *bd = to_backlight_device(dev); in max_brightness_show() local
221 struct backlight_device *bd = to_backlight_device(dev); in actual_brightness_show() local
239 struct backlight_device *bd = to_backlight_device(dev); in backlight_suspend() local
253 struct backlight_device *bd = to_backlight_device(dev); in backlight_resume() local
271 struct backlight_device *bd = to_backlight_device(dev); in bl_device_release() local
293 void backlight_force_update(struct backlight_device *bd, in backlight_force_update()
386 struct backlight_device *bd; in backlight_device_registered() local
407 void backlight_device_unregister(struct backlight_device *bd) in backlight_device_unregister()
530 struct backlight_device *bd) in devm_backlight_device_unregister()