Searched refs:trip_switch_on (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/thermal/
H A Dpower_allocator.c66 * @trip_switch_on: first passive trip point of the thermal zone. The
69 * @trip_switch_on should be INVALID_TRIP.
78 int trip_switch_on; member in struct:power_allocator_params
119 * @trip_switch_on: trip point number for the switch on temperature
135 u32 sustainable_power, int trip_switch_on, estimate_pid_constants()
142 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); estimate_pid_constants()
208 params->trip_switch_on, control_temp, pid_controller()
492 params->trip_switch_on = i; get_governor_trips()
507 params->trip_max_desired_temperature = params->trip_switch_on; get_governor_trips()
508 params->trip_switch_on = INVALID_TRIP; get_governor_trips()
510 params->trip_switch_on = INVALID_TRIP; get_governor_trips()
577 params->trip_switch_on, power_allocator_bind()
621 ret = tz->ops->get_trip_temp(tz, params->trip_switch_on, power_allocator_throttle()
134 estimate_pid_constants(struct thermal_zone_device *tz, u32 sustainable_power, int trip_switch_on, int control_temp, bool force) estimate_pid_constants() argument

Completed in 58 milliseconds