Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c6131 TP_EC_BACKLIGHT_LVLMSK = 0x1F, enumerator
6183 lec &= TP_EC_BACKLIGHT_LVLMSK; in tpacpi_brightness_checkpoint_nvram()
6237 (value & TP_EC_BACKLIGHT_LVLMSK)))) in tpacpi_brightness_set_ec()
6330 return status & TP_EC_BACKLIGHT_LVLMSK; in brightness_get()
6544 props.brightness = b & TP_EC_BACKLIGHT_LVLMSK; in brightness_init()