Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/backlight/
Dpcf50633-backlight.c52 unsigned int new_brightness; in pcf50633_bl_update_status() local
57 new_brightness = 0; in pcf50633_bl_update_status()
59 new_brightness = bl->props.brightness; in pcf50633_bl_update_status()
61 new_brightness = pcf_bl->brightness_limit; in pcf50633_bl_update_status()
64 if (pcf_bl->brightness == new_brightness) in pcf50633_bl_update_status()
67 if (new_brightness) { in pcf50633_bl_update_status()
69 new_brightness); in pcf50633_bl_update_status()
76 pcf_bl->brightness = new_brightness; in pcf50633_bl_update_status()
Dadp8860_bl.c100 enum led_brightness new_brightness; member
185 led->new_brightness >> 1); in adp8860_led_work()
194 led->new_brightness = value; in adp8860_led_set()
267 led_dat->new_brightness = LED_OFF; in adp8860_led_probe()
Dadp8870_bl.c123 enum led_brightness new_brightness; member
200 led->new_brightness >> 1); in adp8870_led_work()
209 led->new_brightness = value; in adp8870_led_set()
293 led_dat->new_brightness = LED_OFF; in adp8870_led_probe()
/linux-5.19.10/drivers/platform/x86/
Dhp_accel.c37 enum led_brightness new_brightness; member
48 data->set_brightness(data, data->new_brightness); in delayed_set_status_worker()
56 data->new_brightness = brightness; in delayed_sysfs_set()
Deeepc-laptop.c1210 int old_brightness, new_brightness; in eeepc_acpi_notify() local
1234 new_brightness = event - NOTIFY_BRN_MIN; 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()