Searched refs:new_brightness (Results 1 – 5 of 5) sorted by relevance
52 unsigned int new_brightness; in pcf50633_bl_update_status() local57 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()
100 enum led_brightness new_brightness; member185 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()
123 enum led_brightness new_brightness; member200 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()
37 enum led_brightness new_brightness; member48 data->set_brightness(data, data->new_brightness); in delayed_set_status_worker()56 data->new_brightness = brightness; in delayed_sysfs_set()
1210 int old_brightness, new_brightness; in eeepc_acpi_notify() local1234 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()
Completed in 17 milliseconds