Lines Matching refs:throttle
31 enum thermal_trend trend, bool throttle)
47 if (throttle) {
56 if (throttle) {
87 bool throttle = false;
93 throttle = true;
97 dev_dbg(&tz->device, "Trip%d[type=%d,temp=%d]:trend=%d,throttle=%d\n",
98 trip_id, trip->type, trip->temperature, trend, throttle);
105 instance->target = get_target_state(instance, trend, throttle);
133 * Throttling Logic: This uses the trend of the thermal zone to throttle.
155 .throttle = step_wise_throttle,