Lines Matching full:trip
17 const struct thermal_trip *trip) in thermal_zone_trip_update() argument
19 int trip_index = thermal_zone_trip_id(tz, trip); in thermal_zone_trip_update()
22 if (!trip->hysteresis) in thermal_zone_trip_update()
26 dev_dbg(&tz->device, "Trip%d[temp=%d]:temp=%d:hyst=%d\n", in thermal_zone_trip_update()
27 trip_index, trip->temperature, tz->temperature, in thermal_zone_trip_update()
28 trip->hysteresis); in thermal_zone_trip_update()
31 if (instance->trip != trip) in thermal_zone_trip_update()
49 if (instance->target == 0 && tz->temperature >= trip->temperature) in thermal_zone_trip_update()
52 tz->temperature <= trip->temperature - trip->hysteresis) in thermal_zone_trip_update()
69 * @trip: the trip point
94 const struct thermal_trip *trip) in bang_bang_control() argument
101 ret = thermal_zone_trip_update(tz, trip); in bang_bang_control()