Searched refs:forced_passive (Results 1 – 3 of 3) sorted by relevance
138 trip_temp = tz->forced_passive; in thermal_zone_trip_update()204 if (tz->forced_passive) in step_wise_throttle()
234 if (state && !tz->forced_passive) { in passive_store()239 } else if (!state && tz->forced_passive) { in passive_store()245 tz->forced_passive = state; in passive_store()258 return sprintf(buf, "%d\n", tz->forced_passive); in passive_show()
210 unsigned int forced_passive; member