Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c6621 TP_EC_BACKLIGHT_LVLMSK = 0x1F, enumerator
6673 lec &= TP_EC_BACKLIGHT_LVLMSK; in tpacpi_brightness_checkpoint_nvram()
6727 (value & TP_EC_BACKLIGHT_LVLMSK)))) in tpacpi_brightness_set_ec()
6820 return status & TP_EC_BACKLIGHT_LVLMSK; in brightness_get()
7031 props.brightness = b & TP_EC_BACKLIGHT_LVLMSK; in brightness_init()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c6512 TP_EC_BACKLIGHT_LVLMSK = 0x1F, enumerator
6565 lec &= TP_EC_BACKLIGHT_LVLMSK; in tpacpi_brightness_checkpoint_nvram()
6621 (value & TP_EC_BACKLIGHT_LVLMSK)))) in tpacpi_brightness_set_ec()
6712 return status & TP_EC_BACKLIGHT_LVLMSK; in brightness_get()
6925 props.brightness = b & TP_EC_BACKLIGHT_LVLMSK; in brightness_init()

Completed in 26 milliseconds