Lines Matching refs:trip
19 * get_trip_level: - obtains the current trip level for a zone
38 * count > 0 only if temperature is greater than first trip
62 * @trip: trip point index
73 * We do not want to throttle too much when we trip a lower temperature,
74 * whereas the throttling is at full swing if we trip critical levels.
75 * (Heavily assumes the trip points are in ascending order)
78 static int fair_share_throttle(struct thermal_zone_device *tz, int trip)
88 if (instance->trip != trip)
99 if (instance->trip != trip)