Lines Matching refs:throttle
38 enum thermal_trend trend, bool throttle)
54 if (throttle) {
68 if (throttle) {
76 if (throttle)
81 if (!throttle)
84 if (!throttle) {
93 if (!throttle)
122 bool throttle = false;
136 throttle = true;
140 dev_dbg(&tz->device, "Trip%d[type=%d,temp=%d]:trend=%d,throttle=%d\n",
141 trip, trip_type, trip_temp, trend, throttle);
150 instance->target = get_target_state(instance, trend, throttle);
180 * Throttling Logic: This uses the trend of the thermal zone to throttle.
207 .throttle = step_wise_throttle,