Lines Matching full: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) in estimate_sustainable_power()
112 * @trip_switch_on: trip point number for the switch on temperature
144 * passive trip points at the same temperature, that person in estimate_pid_constants()
342 if ((instance->trip == trip_max_desired_temperature) && in allocate_power()
385 if (instance->trip != trip_max_desired_temperature) in allocate_power()
420 if (instance->trip != trip_max_desired_temperature) in allocate_power()
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, in get_governor_trips()
521 if ((instance->trip != params->trip_max_desired_temperature) || in allow_maximum_power()
605 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip) in power_allocator_throttle() argument
612 * We get called for every trip point but we only need to do in power_allocator_throttle()
615 if (trip != params->trip_max_desired_temperature) in power_allocator_throttle()