Home
last modified time | relevance | path

Searched refs:forced_passive (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dthermal.h116 unsigned int forced_passive; member
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c239 if (state && !tz->forced_passive) { in passive_store()
251 } else if (!state && tz->forced_passive) { in passive_store()
267 tz->forced_passive = state; in passive_store()
280 return sprintf(buf, "%d\n", tz->forced_passive); in passive_show()
1017 if (tz->forced_passive) in thermal_zone_device_update()
1018 thermal_zone_device_passive(tz, temp, tz->forced_passive, in thermal_zone_device_update()