Home
last modified time | relevance | path

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

/drivers/sbus/char/
Dbbc_envctrl.c214 tp->fan_todo[FAN_AMBIENT] = FAN_SLOWER; in analyze_ambient_temp()
269 tp->fan_todo[FAN_CPU] = FAN_SLOWER; in analyze_cpu_temp()
310 tp->fan_todo[which_fan] == FAN_SLOWER) in prioritize_fan_action()
311 decision = FAN_SLOWER; in prioritize_fan_action()
Dbbc_i2c.h15 enum fan_action { FAN_SLOWER, FAN_SAME, FAN_FASTER, FAN_FULLBLAST, FAN_STATE_MAX }; enumerator