Searched refs:FAN_FASTER (Results 1 – 2 of 2) sorted by relevance
216 tp->fan_todo[FAN_AMBIENT] = FAN_FASTER; in analyze_ambient_temp()271 tp->fan_todo[FAN_CPU] = FAN_FASTER; in analyze_cpu_temp()304 decision != FAN_FASTER) in prioritize_fan_action()306 else if (tp->fan_todo[which_fan] == FAN_FASTER) in prioritize_fan_action()307 decision = FAN_FASTER; in prioritize_fan_action()308 else if (decision != FAN_FASTER && in prioritize_fan_action()334 if (decision == FAN_FASTER) { in maybe_new_ambient_fan_speed()368 if (decision == FAN_FASTER) { in maybe_new_cpu_fan_speed()
15 enum fan_action { FAN_SLOWER, FAN_SAME, FAN_FASTER, FAN_FULLBLAST, FAN_STATE_MAX }; enumerator