Searched refs:thermal_read_mode (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.c2300 static enum thermal_access_mode thermal_read_mode; variable in typeref:enum:thermal_access_mode
2421 thermal_read_mode = TPACPI_THERMAL_ACPI_TMP07;
2426 thermal_read_mode = TPACPI_THERMAL_NONE;
2429 thermal_read_mode =
2436 thermal_read_mode = TPACPI_THERMAL_ACPI_UPDT;
2439 thermal_read_mode = TPACPI_THERMAL_ACPI_TMP07;
2443 thermal_read_mode = TPACPI_THERMAL_NONE;
2447 str_supported(thermal_read_mode != TPACPI_THERMAL_NONE),
2448 thermal_read_mode);
2450 switch(thermal_read_mode) {
[all...]
H A Dthinkpad_acpi.h489 static enum thermal_access_mode thermal_read_mode; variable in typeref:enum:thermal_access_mode

Completed in 200 milliseconds