Lines Matching refs:trip
18 const struct thermal_trip *trip = &tz->trips[trip_index];
21 if (!trip->hysteresis)
26 trip_index, trip->temperature, tz->temperature,
27 trip->hysteresis);
30 if (instance->trip != trip)
48 if (instance->target == 0 && tz->temperature >= trip->temperature)
51 tz->temperature <= trip->temperature - trip->hysteresis)
68 * @trip: the trip point
92 static int bang_bang_control(struct thermal_zone_device *tz, int trip)
99 ret = thermal_zone_trip_update(tz, trip);