Home
last modified time | relevance | path

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

/openbmc/linux/include/acpi/
H A Dcppc_acpi.h143 extern int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls);
172 static inline int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() function
/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c402 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_set_target()
422 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_fast_switch()
779 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_init()
805 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_exit()
H A Damd-pstate.c273 ret = cppc_set_perf(cpu, &perf_ctrls); in cppc_enable()
384 cppc_set_perf(cpudata->cpu, &perf_ctrls); in cppc_update_perf()
1325 cppc_set_perf(cpudata->cpu, &perf_ctrls); in amd_pstate_epp_reenable()
1367 cppc_set_perf(cpudata->cpu, &perf_ctrls); in amd_pstate_epp_offline()
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c1626 int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() function
1749 EXPORT_SYMBOL_GPL(cppc_set_perf);