Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c425 static unsigned int bright_maxlvl; /* 0 = unknown */ variable
2464 else if (newn->brightness_level >= bright_maxlvl in hotkey_compare_and_issue_event()
6451 lnvram &= bright_maxlvl; in tpacpi_brightness_nvram_get()
6563 if (value > bright_maxlvl) in brightness_set()
6746 bright_maxlvl = 15; in tpacpi_detect_brightness_capabilities()
6750 bright_maxlvl = 7; in tpacpi_detect_brightness_capabilities()
6754 bright_maxlvl = b - 1; in tpacpi_detect_brightness_capabilities()
6831 props.max_brightness = bright_maxlvl; in brightness_init()
6899 bright_maxlvl); in brightness_read()
6917 if (level < bright_maxlvl) in brightness_write()
[all …]