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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c3057 if (status & TP_EC_FAN_FULLSPEED) {
3079 level = TP_EC_FAN_FULLSPEED;
3130 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0)
3159 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) {
3357 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) {
3507 (level != TP_EC_FAN_FULLSPEED) &&
3513 if (level & TP_EC_FAN_FULLSPEED)
3515 else if (level & TP_EC_FAN_FULLSPEED)
3718 if (status & TP_EC_FAN_FULLSPEED)
3767 level = TP_EC_FAN_FULLSPEED;
[all...]
H A Dthinkpad_acpi.h352 TP_EC_FAN_FULLSPEED = 0x40, /* EC fan mode: full speed */ enumerator in enum:__anon5128

Completed in 109 milliseconds