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.h146 extern int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls);
181 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.c310 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_set_target()
330 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_fast_switch()
685 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_init()
711 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_exit()
H A Damd-pstate.c300 ret = cppc_set_perf(cpu, &perf_ctrls); in cppc_enable()
418 cppc_set_perf(cpudata->cpu, &perf_ctrls); in cppc_update_perf()
1464 cppc_set_perf(cpudata->cpu, &perf_ctrls); in amd_pstate_epp_reenable()
1506 cppc_set_perf(cpudata->cpu, &perf_ctrls); in amd_pstate_epp_offline()
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c1685 int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() function
1808 EXPORT_SYMBOL_GPL(cppc_set_perf);