Home
last modified time | relevance | path

Searched refs:new_brightness (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/video/backlight/
Dpcf50633-backlight.c61 unsigned int new_brightness; in pcf50633_bl_update_status() local
66 new_brightness = 0; in pcf50633_bl_update_status()
68 new_brightness = bl->props.brightness; in pcf50633_bl_update_status()
70 new_brightness = pcf_bl->brightness_limit; in pcf50633_bl_update_status()
73 if (pcf_bl->brightness == new_brightness) in pcf50633_bl_update_status()
76 if (new_brightness) { in pcf50633_bl_update_status()
78 new_brightness); in pcf50633_bl_update_status()
85 pcf_bl->brightness = new_brightness; in pcf50633_bl_update_status()
Dadp8860_bl.c101 enum led_brightness new_brightness; member
186 led->new_brightness >> 1); in adp8860_led_work()
195 led->new_brightness = value; in adp8860_led_set()
268 led_dat->new_brightness = LED_OFF; in adp8860_led_probe()
Dadp8870_bl.c124 enum led_brightness new_brightness; member
201 led->new_brightness >> 1); in adp8870_led_work()
210 led->new_brightness = value; in adp8870_led_set()
294 led_dat->new_brightness = LED_OFF; in adp8870_led_probe()
/Linux-v4.19/drivers/input/keyboard/
Dcap11xx.c80 enum led_brightness new_brightness; member
240 int value = led->new_brightness; in cap11xx_led_work()
255 if (led->new_brightness == value) in cap11xx_led_set()
258 led->new_brightness = value; in cap11xx_led_set()
Dqt2160.c64 enum led_brightness new_brightness; member
91 int value = led->new_brightness; in qt2160_led_work()
124 led->new_brightness = value; in qt2160_led_set()
/Linux-v4.19/drivers/platform/x86/
Dhp_accel.c53 enum led_brightness new_brightness; member
64 data->set_brightness(data, data->new_brightness); in delayed_set_status_worker()
72 data->new_brightness = brightness; in delayed_sysfs_set()
Deeepc-laptop.c1238 int old_brightness, new_brightness; in eeepc_acpi_notify() local
1262 new_brightness = event - NOTIFY_BRN_MIN; in eeepc_acpi_notify()
1264 if (new_brightness < old_brightness) { in eeepc_acpi_notify()
1266 } else if (new_brightness > old_brightness) { in eeepc_acpi_notify()