Lines Matching full:trip
20 * If the temperature is higher than a trip point,
22 * state for this trip point
24 * If the temperature is lower than a trip point,
27 * state for this trip point, if the cooling state already
72 const struct thermal_trip *trip = &td->trip; in thermal_zone_trip_update() local
73 enum thermal_trend trend = get_tz_trend(tz, trip); in thermal_zone_trip_update()
74 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_zone_trip_update()
80 trace_thermal_zone_trip(tz, trip_id, trip->type); 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()
116 * devices associated with each trip point by one step. If the zone in step_wise_manage()
121 const struct thermal_trip *trip = &td->trip; in step_wise_manage() local
123 if (trip->temperature == THERMAL_TEMP_INVALID || in step_wise_manage()
124 trip->type == THERMAL_TRIP_CRITICAL || in step_wise_manage()
125 trip->type == THERMAL_TRIP_HOT) in step_wise_manage()