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
99 if (instance->trip != params->trip_max_desired_temperature) in estimate_sustainable_power()
118 * @trip_switch_on: trip point number for the switch on temperature
142 * passive trip points at the same temperature, that person in estimate_pid_constants()
400 if ((instance->trip == trip_max_desired_temperature) && in allocate_power()
443 if (instance->trip != trip_max_desired_temperature) in allocate_power()
479 if (instance->trip != trip_max_desired_temperature) in allocate_power()
506 * get_governor_trips() - get the number of the two trip points that are key for this governor
511 * a "switch on" trip point and a "maximum desired temperature". These
512 * are defined as the first and last passive trip points.
514 * If there is only one trip point, then that's considered to be the
515 * "maximum desired temperature" trip point and the governor is always
516 * on. If there are no passive or active trip points, then the
537 "Failed to get trip point %d type: %d\n", i, in get_governor_trips()
583 if ((instance->trip != params->trip_max_desired_temperature) || in allow_maximum_power()
708 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip) in power_allocator_throttle() argument
716 * We get called for every trip point but we only need to do in power_allocator_throttle()
719 if (trip != params->trip_max_desired_temperature) in power_allocator_throttle()