Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c8107 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_update_desired_level()
8282 !(level & TP_EC_FAN_FULLSPEED) && in fan_set_level()
8288 if (level & TP_EC_FAN_FULLSPEED) in fan_set_level()
8532 if (status & TP_EC_FAN_FULLSPEED) { in fan_pwm1_enable_show()
8557 level = TP_EC_FAN_FULLSPEED; in fan_pwm1_enable_store()
8599 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0) in fan_pwm1_show()
8630 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_pwm1_store()
8974 !(fan_control_resume_level & TP_EC_FAN_FULLSPEED)) in fan_resume()
8977 do_set = !(current_level & TP_EC_FAN_FULLSPEED) && in fan_resume()
9033 if (status & TP_EC_FAN_FULLSPEED) in fan_read()
[all …]