Searched refs:min_perf (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 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() [all …]
|
/linux-4.4.14/include/acpi/ |
D | cppc_acpi.h | 106 u32 min_perf; member
|