Lines Matching refs: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
84 const struct thermal_trip *trip = &tz->trips[trip_id];
92 if (tz->temperature >= trip->temperature) {
94 trace_thermal_zone_trip(tz, trip_id, trip->type);
98 trip_id, trip->type, trip->temperature, trend, throttle);
101 if (instance->trip != trip)
115 update_passive_instance(tz, trip->type, 1);
119 update_passive_instance(tz, trip->type, -1);
131 * @trip: trip point index
135 * devices associated with the zone and its particular trip point, by one
139 static int step_wise_throttle(struct thermal_zone_device *tz, int trip)
145 thermal_zone_trip_update(tz, trip);