Searched refs:get_val (Results 1 – 1 of 1) sorted by relevance
/drivers/cpufreq/ |
D | intel_pstate.c | 292 u64 (*get_val)(struct cpudata*, int pstate); member 1696 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate() 1960 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate() 2032 .get_val = core_get_val, 2040 .get_val = atom_get_val, 2050 .get_val = atom_get_val, 2062 .get_val = core_get_val, 2558 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_adjust_perf_ctl() 2561 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_adjust_perf_ctl() 2852 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
|