Lines Matching +full:thermal +full:- +full:zones
30 .Nd ACPI thermal management subsystem
36 driver provides the thermal management features of the ACPI module.
42 The sysctls export properties of each ACPI thermal zone object.
44 There can be multiple thermal zones in a system.
45 For example, each CPU and the enclosure could all be separate thermal
46 zones, each with its own setpoints and cooling devices.
47 Thermal zones are numbered sequentially in the order they appear in
53 each thermal zone's setpoints.
55 .Bl -tag -width indent
56 .It Va hw.acpi.thermal.min_runtime
59 .It Va hw.acpi.thermal.polling_rate
61 .It Va hw.acpi.thermal.user_override
66 .It Va hw.acpi.thermal.tz%d.active
68 If this is non-negative, the appropriate _AC%d object is running.
71 .It Va hw.acpi.thermal.tz%d.passive_cooling
77 .It Va hw.acpi.thermal.tz%d.thermal_flags
78 Current thermal zone status.
79 These are bit-masked values.
80 .It Va hw.acpi.thermal.tz%d.temperature
82 .It Va hw.acpi.thermal.tz%d._PSV
85 .It Va hw.acpi.thermal.tz%d._CR3
88 .It Va hw.acpi.thermal.tz%d._HOT
91 .It Va hw.acpi.thermal.tz%d._CRT
94 .It Va hw.acpi.thermal.tz%d._ACx
119 .Bl -tag -width "subsystem" -compact
123 .Li Thermal
125 The fully qualified thermal zone object path as in the ASL.
129 .Bl -tag -width indent -compact
137 Non-standard notify that the system will shutdown if the temperature
146 .An -nosplit