Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dstep_wise.c137 trip_temp = tz->forced_passive; in thermal_zone_trip_update()
202 if (tz->forced_passive) in step_wise_throttle()
Dthermal_core.c792 if (state && !tz->forced_passive) { in passive_store()
806 } else if (!state && tz->forced_passive) { in passive_store()
819 tz->forced_passive = state; in passive_store()
832 return sprintf(buf, "%d\n", tz->forced_passive); in passive_show()
/linux-4.4.14/include/linux/
Dthermal.h202 unsigned int forced_passive; member