Home
last modified time | relevance | path

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

/drivers/sbus/char/
Dbbc_envctrl.c200 tp->fan_todo[FAN_AMBIENT] = FAN_FULLBLAST; in analyze_ambient_temp()
255 tp->fan_todo[FAN_CPU] = FAN_FULLBLAST; in analyze_cpu_temp()
299 if (tp->fan_todo[which_fan] == FAN_FULLBLAST) { in prioritize_fan_action()
300 decision = FAN_FULLBLAST; in prioritize_fan_action()
328 if (decision == FAN_FULLBLAST) { in maybe_new_ambient_fan_speed()
362 if (decision == FAN_FULLBLAST) { in maybe_new_cpu_fan_speed()
Dbbc_i2c.h15 enum fan_action { FAN_SLOWER, FAN_SAME, FAN_FASTER, FAN_FULLBLAST, FAN_STATE_MAX }; enumerator