Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c7917 TP_EC_FAN_FULLSPEED = 0x40, /* EC fan mode: full speed */ enumerator
8055 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_update_desired_level()
8264 !(level & TP_EC_FAN_FULLSPEED) && in fan_set_level()
8270 if (level & TP_EC_FAN_FULLSPEED) in fan_set_level()
8293 if (level & TP_EC_FAN_FULLSPEED) in fan_set_level()
8586 if (status & TP_EC_FAN_FULLSPEED) { in fan_pwm1_enable_show()
8611 level = TP_EC_FAN_FULLSPEED; in fan_pwm1_enable_store()
8653 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0) in fan_pwm1_show()
8684 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_pwm1_store()
9079 !(fan_control_resume_level & TP_EC_FAN_FULLSPEED)) in fan_resume()
[all …]