Lines Matching refs:trip
19 * If the temperature is higher than a trip point,
21 * state for this trip point
24 * for this trip point
26 * for this trip point
27 * If the temperature is lower than a trip point,
30 * state for this trip point, if the cooling state already
116 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip)
125 if (trip == THERMAL_TRIPS_NONE) {
129 tz->ops->get_trip_temp(tz, trip, &trip_temp);
130 tz->ops->get_trip_type(tz, trip, &trip_type);
133 trend = get_tz_trend(tz, trip);
137 trace_thermal_zone_trip(tz, trip, trip_type);
141 trip, trip_type, trip_temp, trend, throttle);
146 if (instance->trip != trip)
178 * @trip: trip point index
182 * devices associated with the zone and its particular trip point, by one
186 static int step_wise_throttle(struct thermal_zone_device *tz, int trip)
190 thermal_zone_trip_update(tz, trip);