Lines Matching refs:bright_maxlvl
373 static unsigned int bright_maxlvl; /* 0 = unknown */ variable
2458 else if (newn->brightness_level >= bright_maxlvl in hotkey_compare_and_issue_event()
6161 lnvram &= bright_maxlvl; in tpacpi_brightness_nvram_get()
6270 if (value > bright_maxlvl) in brightness_set()
6452 bright_maxlvl = 15; in tpacpi_detect_brightness_capabilities()
6457 bright_maxlvl = 7; in tpacpi_detect_brightness_capabilities()
6464 bright_maxlvl = b - 1; in tpacpi_detect_brightness_capabilities()
6543 props.max_brightness = bright_maxlvl; in brightness_init()
6612 bright_maxlvl); in brightness_read()
6630 if (level < bright_maxlvl) in brightness_write()
6636 level >= 0 && level <= bright_maxlvl) { in brightness_write()