···552552sustainable_power553553 An estimate of the sustained power that can be dissipated by554554 the thermal zone. Used by the power allocator governor. For555555- more information see Documentation/thermal/power_allocator.rst555555+ more information see Documentation/driver-api/thermal/power_allocator.rst556556557557 Unit: milliwatts558558···563563 controller during temperature overshoot. Temperature overshoot564564 is when the current temperature is above the "desired565565 temperature" trip point. For more information see566566- Documentation/thermal/power_allocator.rst566566+ Documentation/driver-api/thermal/power_allocator.rst567567568568 RW, Optional569569···572572 controller during temperature undershoot. Temperature undershoot573573 is when the current temperature is below the "desired574574 temperature" trip point. For more information see575575- Documentation/thermal/power_allocator.rst575575+ Documentation/driver-api/thermal/power_allocator.rst576576577577 RW, Optional578578···580580 The integral term of the power allocator governor's PID581581 controller. This term allows the PID controller to compensate582582 for long term drift. For more information see583583- Documentation/thermal/power_allocator.rst583583+ Documentation/driver-api/thermal/power_allocator.rst584584585585 RW, Optional586586587587k_d588588 The derivative term of the power allocator governor's PID589589 controller. For more information see590590- Documentation/thermal/power_allocator.rst590590+ Documentation/driver-api/thermal/power_allocator.rst591591592592 RW, Optional593593···598598 example, if integral_cutoff is 0, then the integral term only599599 accumulates error when temperature is above the desired600600 temperature trip point. For more information see601601- Documentation/thermal/power_allocator.rst601601+ Documentation/driver-api/thermal/power_allocator.rst602602603603 Unit: millidegree Celsius604604
···4040- trip_point_1_temp41414242User can set any temperature between 0 to TJ-Max temperature. Temperature units4343-are in milli-degree Celsius. Refer to "Documentation/thermal/sysfs-api.rst" for4343+are in milli-degree Celsius. Refer to "Documentation/driver-api/thermal/sysfs-api.rst" for4444thermal sys-fs details.45454646Any value other than 0 in these trip points, can trigger thermal notifications.
···251251 * platform characterization. This value is relative to the252252 * rest of the weights so a cooling device whose weight is253253 * double that of another cooling device is twice as254254- * effective. See Documentation/thermal/sysfs-api.rst for more254254+ * effective. See Documentation/driver-api/thermal/sysfs-api.rst for more255255 * information.256256 */257257 int weight;···259259 /*260260 * This is a bit mask that gives the binding relation between this261261 * thermal zone and cdev, for a particular trip point.262262- * See Documentation/thermal/sysfs-api.rst for more information.262262+ * See Documentation/driver-api/thermal/sysfs-api.rst for more information.263263 */264264 int trip_mask;265265