Home
last modified time | relevance | path

Searched refs:min_pstate (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c78 int min_pstate; member
385 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
386 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
399 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates()
566 int_tofp(pstate - cpudata->pstate.min_pstate), in atom_set_pstate()
621 cpudata->pstate.min_pstate)); in atom_get_vid()
824 cpu->pstate.min_pstate, cpu->pstate.turbo_pstate); 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()
853 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
861 intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate, false); in intel_pstate_get_cpu_pstates()
[all …]