Home
last modified time | relevance | path

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

/linux/drivers/video/backlight/
H A Dpcf50633-backlight.c51 unsigned int new_brightness; in pcf50633_bl_update_status() local
56 new_brightness = 0; in pcf50633_bl_update_status()
58 new_brightness = bl->props.brightness; in pcf50633_bl_update_status()
60 new_brightness = pcf_bl->brightness_limit; in pcf50633_bl_update_status()
63 if (pcf_bl->brightness == new_brightness) in pcf50633_bl_update_status()
66 if (new_brightness) { in pcf50633_bl_update_status()
68 new_brightness); in pcf50633_bl_update_status()
75 pcf_bl->brightness = new_brightness; in pcf50633_bl_update_status()
H A 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()
H A 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/drivers/platform/x86/hp/
H A 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()