Searched refs:TP_EC_FAN_AUTO (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.c7271 TP_EC_FAN_AUTO = 0x80, /* EC fan mode: auto fan control */ enumerator in enum:__anon13970
7357 *fan_status = TP_EC_FAN_AUTO;
7400 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) == 0) {
7533 if (!(level & TP_EC_FAN_AUTO) &&
7542 else if (level & TP_EC_FAN_AUTO)
7602 s |= TP_EC_FAN_AUTO | 4; /* min fan speed 4 */
7788 } else if (status & TP_EC_FAN_AUTO) {
7817 level = TP_EC_FAN_AUTO;
7854 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEED)) != 0)
7885 (TP_EC_FAN_AUTO | TP_EC_FAN_FULLSPEE
[all...]

Completed in 38 milliseconds