Lines Matching full:trip
20 const struct thermal_trip *trip, *level_trip = NULL; in get_trip_level() local
23 for_each_trip(tz, trip) { in get_trip_level()
24 if (trip->temperature >= tz->temperature) in get_trip_level()
27 level_trip = trip; in get_trip_level()
50 * @trip: trip point
61 * We do not want to throttle too much when we trip a lower temperature,
62 * whereas the throttling is at full swing if we trip critical levels.
63 * (Heavily assumes the trip points are in ascending order)
67 const struct thermal_trip *trip) in fair_share_throttle() argument
77 if (instance->trip != trip) in fair_share_throttle()
88 if (instance->trip != trip) in fair_share_throttle()