Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/cpufreq/
Dintel_pstate.c292 u64 (*get_val)(struct cpudata*, int pstate); member
1708 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()
1971 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate()
2043 .get_val = core_get_val,
2051 .get_val = atom_get_val,
2061 .get_val = atom_get_val,
2073 .get_val = core_get_val,
2559 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_adjust_perf_ctl()
2562 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_adjust_perf_ctl()
2853 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()