Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Dbbc_envctrl.c215 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()
H A Dbbc_i2c.h15 enum fan_action { FAN_SLOWER, FAN_SAME, FAN_FASTER, FAN_FULLBLAST, FAN_STATE_MAX }; enumerator