Lines Matching refs:trip
16 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip)
21 tz->ops->get_trip_temp(tz, trip, &trip_temp);
28 tz->ops->get_trip_hyst(tz, trip, &trip_hyst);
31 trip, trip_temp, tz->temperature,
37 if (instance->trip != trip)
75 * @trip: the trip point
99 static int bang_bang_control(struct thermal_zone_device *tz, int trip)
103 thermal_zone_trip_update(tz, trip);