Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Dgov_step_wise.c126 trip_temp = tz->forced_passive; in thermal_zone_trip_update()
192 if (tz->forced_passive) in step_wise_throttle()
H A Dthermal_sysfs.c235 if (state && !tz->forced_passive) { in passive_store()
240 } else if (!state && tz->forced_passive) { in passive_store()
246 tz->forced_passive = state; in passive_store()
259 return sprintf(buf, "%d\n", tz->forced_passive); in passive_show()
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h134 * @forced_passive: If > 0, temperature at which to switch on all ACPI
170 unsigned int forced_passive; member

Completed in 3 milliseconds