Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c8067 TP_EC_FAN_FULLSPEED = 0x40, /* EC fan mode: full speed */ enumerator
8195 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_update_desired_level()
8340 !(level & TP_EC_FAN_FULLSPEED) && in fan_set_level()
8346 if (level & TP_EC_FAN_FULLSPEED) in fan_set_level()
8590 if (status & TP_EC_FAN_FULLSPEED) { in fan_pwm1_enable_show()
8615 level = TP_EC_FAN_FULLSPEED; in fan_pwm1_enable_store()
8657 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0) in fan_pwm1_show()
8688 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_pwm1_store()
8979 * TP_EC_FAN_FULLSPEED > 7 >= TP_EC_FAN_AUTO in fan_resume()
8994 !(fan_control_resume_level & TP_EC_FAN_FULLSPEED)) in fan_resume()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c7976 TP_EC_FAN_FULLSPEED = 0x40, /* EC fan mode: full speed */ enumerator
8106 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_update_desired_level()
8281 !(level & TP_EC_FAN_FULLSPEED) && in fan_set_level()
8287 if (level & TP_EC_FAN_FULLSPEED) in fan_set_level()
8531 if (status & TP_EC_FAN_FULLSPEED) { in fan_pwm1_enable_show()
8556 level = TP_EC_FAN_FULLSPEED; in fan_pwm1_enable_store()
8598 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0) in fan_pwm1_show()
8629 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) { in fan_pwm1_store()
8958 * TP_EC_FAN_FULLSPEED > 7 >= TP_EC_FAN_AUTO in fan_resume()
8973 !(fan_control_resume_level & TP_EC_FAN_FULLSPEED)) in fan_resume()
[all...]

Completed in 25 milliseconds