Home
last modified time | relevance | path

Searched refs:FAN_SLOWER (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/sbus/char/
Dbbc_envctrl.c80 enum fan_action { FAN_SLOWER, FAN_SAME, FAN_FASTER, FAN_FULLBLAST, FAN_STATE_MAX }; enumerator
253 tp->fan_todo[FAN_AMBIENT] = FAN_SLOWER; in analyze_ambient_temp()
308 tp->fan_todo[FAN_CPU] = FAN_SLOWER; in analyze_cpu_temp()
349 tp->fan_todo[which_fan] == FAN_SLOWER) in prioritize_fan_action()
350 decision = FAN_SLOWER; in prioritize_fan_action()