Home
last modified time | relevance | path

Searched refs:THERMAL_DEVICE_DISABLED (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dthermal.h36 THERMAL_DEVICE_DISABLED = 0, enumerator
/linux-2.6.39/drivers/platform/x86/
Dacerhdf.c361 : THERMAL_DEVICE_DISABLED; in acerhdf_get_mode()
375 if (mode == THERMAL_DEVICE_DISABLED && kernelmode) in acerhdf_set_mode()
/linux-2.6.39/drivers/acpi/
Dthermal.c564 THERMAL_DEVICE_DISABLED; in thermal_get_mode()
583 else if (mode == THERMAL_DEVICE_DISABLED) in thermal_set_mode()
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c158 result = tz->ops->set_mode(tz, THERMAL_DEVICE_DISABLED); in mode_store()