Lines Matching defs:count
25 int count;
27 for (count = 0; count < tz->num_trips; count++) {
28 __thermal_zone_get_trip(tz, count, &trip);
34 * count > 0 only if temperature is greater than first trip
35 * point, in which case, trip_point = count - 1
37 if (count > 0)
38 trace_thermal_zone_trip(tz, count - 1, trip.type);
40 return count;