Lines Matching refs:min_perf
153 int32_t min_perf; member
166 .min_perf = int_tofp(1),
179 .min_perf = 0,
483 limits->min_perf = div_fp(int_tofp(limits->min_perf_pct), in store_min_perf_pct()
812 int min_perf; in intel_pstate_get_min_max() local
826 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits->min_perf)); in intel_pstate_get_min_max()
827 *min = clamp_t(int, min_perf, cpu->pstate.min_pstate, max_perf); in intel_pstate_get_min_max()
832 int max_perf, min_perf; in intel_pstate_set_pstate() local
837 intel_pstate_get_min_max(cpu, &min_perf, &max_perf); in intel_pstate_set_pstate()
839 pstate = clamp_t(int, pstate, min_perf, max_perf); in intel_pstate_set_pstate()
1136 limits->min_perf = div_fp(int_tofp(limits->min_perf_pct), in intel_pstate_set_policy()