Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c786 if (!current_pstate_driver->adjust_perf) in amd_pstate_cpu_init()
787 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_cpu_init()
1527 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_init()
H A Dcpufreq.c2228 cpufreq_driver->adjust_perf(cpu, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()
2239 return !!cpufreq_driver->adjust_perf; in cpufreq_driver_has_adjust_perf()
2891 (driver_data->adjust_perf && !driver_data->fast_switch)) in cpufreq_register_driver()
H A Dintel_pstate.c3454 intel_cpufreq.adjust_perf = intel_cpufreq_adjust_perf; in intel_pstate_init()
/openbmc/linux/include/linux/
H A Dcpufreq.h352 void (*adjust_perf)(unsigned int cpu, member
/openbmc/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst176 registers the adjust_perf callback to implement performance update behavior