Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c7587 TP_EC_FAN_FULLSPEED = 0x40, /* EC fan mode: full speed */ enumerator
7716 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_update_desired_level()
7851 !(level & TP_EC_FAN_FULLSPEED) && in fan_set_level()
7857 if (level & TP_EC_FAN_FULLSPEED) in fan_set_level()
8092 if (status & TP_EC_FAN_FULLSPEED) { in fan_pwm1_enable_show()
8117 level = TP_EC_FAN_FULLSPEED; in fan_pwm1_enable_store()
8159 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0) in fan_pwm1_show()
8190 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_pwm1_store()
8496 !(fan_control_resume_level & TP_EC_FAN_FULLSPEED)) in fan_resume()
8499 do_set = !(current_level & TP_EC_FAN_FULLSPEED) && in fan_resume()
[all …]