Searched defs:power_allocator_params (Results 1 – 1 of 1) sorted by relevance
86 struct power_allocator_params { struct87 bool allocated_tzp;88 bool update_cdevs;89 s64 err_integral;90 s32 prev_err;91 u32 sustainable_power;92 const struct thermal_trip *trip_switch_on;93 const struct thermal_trip *trip_max;94 int total_weight;118 struct power_allocator_params *params = tz->governor_data; in estimate_sustainable_power() argument