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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c7270 TP_EC_FAN_FULLSPEED = 0x40, /* EC fan mode: full speed */ enumerator in enum:__anon13970
7400 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) {
7534 !(level & TP_EC_FAN_FULLSPEED) &&
7540 if (level & TP_EC_FAN_FULLSPEED)
7786 if (status & TP_EC_FAN_FULLSPEED) {
7811 level = TP_EC_FAN_FULLSPEED;
7854 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0)
7885 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) {
8183 * TP_EC_FAN_FULLSPEED > 7 >= TP_EC_FAN_AUTO
8198 !(fan_control_resume_level & TP_EC_FAN_FULLSPEED))
[all...]

Completed in 98 milliseconds