Searched refs:bright_maxlvl (Results 1 – 1 of 1) sorted by relevance
389 static unsigned int bright_maxlvl; /* 0 = unknown */ variable2566 else if (newn->brightness_level >= bright_maxlvl in hotkey_compare_and_issue_event()6712 lnvram &= bright_maxlvl; in tpacpi_brightness_nvram_get()6821 if (value > bright_maxlvl) in brightness_set()7005 bright_maxlvl = 15; in tpacpi_detect_brightness_capabilities()7009 bright_maxlvl = 7; in tpacpi_detect_brightness_capabilities()7013 bright_maxlvl = b - 1; in tpacpi_detect_brightness_capabilities()7015 pr_debug("detected %u brightness levels\n", bright_maxlvl + 1); in tpacpi_detect_brightness_capabilities()7090 props.max_brightness = bright_maxlvl; in brightness_init()7158 bright_maxlvl); in brightness_read()[all …]