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()
648 if (!params->trip_max) in power_allocator_update_weight()
651 td = trip_to_trip_desc(params->trip_max); in power_allocator_update_weight()
663 const struct thermal_trip_desc *td = trip_to_trip_desc(params->trip_max); in power_allocator_update_tz()
736 if (params->trip_max) in power_allocator_bind()
739 params->trip_max->temperature); in power_allocator_bind()
786 if (!params->trip_max) in power_allocator_manage()
789 allocate_power(tz, params->trip_max->temperature); in power_allocator_manage()