Lines Matching refs:backlight_device
257 struct backlight_device *backlight_device; member
768 static int asus_read_brightness(struct backlight_device *bd) in asus_read_brightness()
782 static int asus_set_brightness(struct backlight_device *bd, int value) in asus_set_brightness()
793 static int update_bl_status(struct backlight_device *bd) in update_bl_status()
807 struct backlight_device *bd = asus->backlight_device; in asus_backlight_notify()
817 struct backlight_device *bd; in asus_backlight_init()
833 asus->backlight_device = NULL; in asus_backlight_init()
837 asus->backlight_device = bd; in asus_backlight_init()
846 backlight_device_unregister(asus->backlight_device); in asus_backlight_exit()
847 asus->backlight_device = NULL; in asus_backlight_exit()
1565 if (asus->backlight_device != NULL) { in asus_acpi_notify()