Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dthermal.h37 THERMAL_DEVICE_ENABLED, enumerator
/linux-2.6.39/drivers/platform/x86/
Dacerhdf.c360 *mode = (kernelmode) ? THERMAL_DEVICE_ENABLED in acerhdf_get_mode()
377 else if (mode == THERMAL_DEVICE_ENABLED && !kernelmode) in acerhdf_set_mode()
/linux-2.6.39/drivers/acpi/
Dthermal.c563 *mode = tz->tz_enabled ? THERMAL_DEVICE_ENABLED : in thermal_get_mode()
581 if (mode == THERMAL_DEVICE_ENABLED) in thermal_set_mode()
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c141 return sprintf(buf, "%s\n", mode == THERMAL_DEVICE_ENABLED ? "enabled" in mode_show()
156 result = tz->ops->set_mode(tz, THERMAL_DEVICE_ENABLED); in mode_store()