Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/
Dthinkpad_acpi.c8127 TP_EC_FAN_FULLSPEED = 0x40, /* EC fan mode: full speed */ enumerator
8255 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_update_desired_level()
8400 !(level & TP_EC_FAN_FULLSPEED) && in fan_set_level()
8406 if (level & TP_EC_FAN_FULLSPEED) in fan_set_level()
8650 if (status & TP_EC_FAN_FULLSPEED) { in fan_pwm1_enable_show()
8675 level = TP_EC_FAN_FULLSPEED; in fan_pwm1_enable_store()
8717 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0) in fan_pwm1_show()
8748 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_pwm1_store()
9053 !(fan_control_resume_level & TP_EC_FAN_FULLSPEED)) in fan_resume()
9056 do_set = !(current_level & TP_EC_FAN_FULLSPEED) && in fan_resume()
[all …]