Home
last modified time | relevance | path

Searched refs:old_brightness (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Deeepc-laptop.c1210 int old_brightness, new_brightness; in eeepc_acpi_notify() local
1231 old_brightness = eeepc_backlight_notify(eeepc); in eeepc_acpi_notify()
1236 if (new_brightness < old_brightness) { in eeepc_acpi_notify()
1238 } else if (new_brightness > old_brightness) { in eeepc_acpi_notify()
/openbmc/linux/drivers/hid/
H A Dhid-lg-g15.c166 enum led_brightness old_brightness[LG_G15_BRIGHTNESS_MAX]; in lg_g15_leds_changed_work() local
172 old_brightness[i] = g15->leds[i].brightness; in lg_g15_leds_changed_work()
184 if (brightness[i] == old_brightness[i]) in lg_g15_leds_changed_work()