Lines Matching refs:trip_max
93 const struct thermal_trip *trip_max; member
119 const struct thermal_trip_desc *td = trip_to_trip_desc(params->trip_max); in estimate_sustainable_power()
409 const struct thermal_trip_desc *td = trip_to_trip_desc(params->trip_max); in allocate_power()
529 params->trip_max = last_passive; in get_governor_trips()
532 params->trip_max = first_passive; in get_governor_trips()
535 params->trip_max = last_active; in get_governor_trips()
548 const struct thermal_trip_desc *td = trip_to_trip_desc(params->trip_max); in allow_maximum_power()
595 if (!params->trip_max) in check_power_actors()
598 td = trip_to_trip_desc(params->trip_max); in check_power_actors()
649 if (!params->trip_max) in power_allocator_update_weight()
652 td = trip_to_trip_desc(params->trip_max); in power_allocator_update_weight()
664 const struct thermal_trip_desc *td = trip_to_trip_desc(params->trip_max); in power_allocator_update_tz()
737 if (params->trip_max) in power_allocator_bind()
740 params->trip_max->temperature); in power_allocator_bind()
787 if (!params->trip_max) in power_allocator_manage()
790 allocate_power(tz, params->trip_max->temperature); in power_allocator_manage()