Lines Matching refs:trip
27 struct thermal_trip *trip = tz->trips ? &tz->trips[trip_index] : NULL;
31 tz->ops->get_trend(tz, trip, &trend)) {
49 const struct thermal_trip *trip;
54 trip = &tz->trips[trip_index];
57 if (pos->tz == tz && pos->trip == trip && pos->cdev == cdev) {
89 struct thermal_trip trip;
97 ret = __thermal_zone_get_trip(tz, count, &trip);
98 if (!ret && trip.type == THERMAL_TRIP_CRITICAL) {
99 crit_temp = trip.temperature;