Searched refs:FAN_SLOWER (Results 1 – 2 of 2) sorted by relevance
215 tp->fan_todo[FAN_AMBIENT] = FAN_SLOWER; in analyze_ambient_temp()270 tp->fan_todo[FAN_CPU] = FAN_SLOWER; in analyze_cpu_temp()311 tp->fan_todo[which_fan] == FAN_SLOWER) in prioritize_fan_action()312 decision = FAN_SLOWER; in prioritize_fan_action()
15 enum fan_action { FAN_SLOWER, FAN_SAME, FAN_FASTER, FAN_FULLBLAST, FAN_STATE_MAX }; enumerator