Searched refs:FAN_FASTER (Results 1 – 2 of 2) sorted by relevance
217 tp->fan_todo[FAN_AMBIENT] = FAN_FASTER; in analyze_ambient_temp()272 tp->fan_todo[FAN_CPU] = FAN_FASTER; in analyze_cpu_temp()305 decision != FAN_FASTER) in prioritize_fan_action()307 else if (tp->fan_todo[which_fan] == FAN_FASTER) in prioritize_fan_action()308 decision = FAN_FASTER; in prioritize_fan_action()309 else if (decision != FAN_FASTER && in prioritize_fan_action()335 if (decision == FAN_FASTER) { in maybe_new_ambient_fan_speed()369 if (decision == FAN_FASTER) { in maybe_new_cpu_fan_speed()
16 enum fan_action { FAN_SLOWER, FAN_SAME, FAN_FASTER, FAN_FULLBLAST, FAN_STATE_MAX }; enumerator