Lines Matching full:throttle
31 enum thermal_trend trend, bool throttle) in get_target_state() argument
45 if (throttle) in get_target_state()
51 if (throttle) { in get_target_state()
59 * If 'throttle' is false, no mitigation is necessary, so in get_target_state()
76 bool throttle = false; in thermal_zone_trip_update() local
79 throttle = true; in thermal_zone_trip_update()
83 dev_dbg(&tz->device, "Trip%d[type=%d,temp=%d]:trend=%d,throttle=%d\n", in thermal_zone_trip_update()
84 trip_id, trip->type, trip_threshold, trend, throttle); in thermal_zone_trip_update()
90 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
114 * Throttling Logic: Use the trend of the thermal zone to throttle. in step_wise_manage()
115 * If the thermal zone is 'heating up', throttle all of the cooling in step_wise_manage()