Lines Matching defs:trip
59 * @trip_switch_on: first passive trip point of the thermal zone. The
60 * governor switches on when this trip point is crossed.
61 * If the thermal zone only has one passive trip point,
63 * @trip_max_desired_temperature: last passive trip point of the thermal
96 if (instance->trip != params->trip_max_desired_temperature)
112 * @trip_switch_on: trip point number for the switch on temperature
144 * passive trip points at the same temperature, that person
342 if ((instance->trip == trip_max_desired_temperature) &&
385 if (instance->trip != trip_max_desired_temperature)
420 if (instance->trip != trip_max_desired_temperature)
447 * get_governor_trips() - get the number of the two trip points that are key for this governor
452 * a "switch on" trip point and a "maximum desired temperature". These
453 * are defined as the first and last passive trip points.
455 * If there is only one trip point, then that's considered to be the
456 * "maximum desired temperature" trip point and the governor is always
457 * on. If there are no passive or active trip points, then the
478 "Failed to get trip point %d type: %d\n", i,
521 if ((instance->trip != params->trip_max_desired_temperature) ||
605 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip)
612 * We get called for every trip point but we only need to do
615 if (trip != params->trip_max_desired_temperature)