/openbmc/linux/drivers/cpufreq/ |
H A D | amd-pstate-trace.h | 36 bool fast_switch 48 fast_switch 61 __field(bool, fast_switch) 74 __entry->fast_switch = fast_switch; 87 (__entry->fast_switch) ? "true" : "false"
|
H A D | amd-pstate.c | 185 if (fast_switch) in pstate_update_perf() 196 u32 max_perf, bool fast_switch) in amd_pstate_update_perf() argument 199 max_perf, fast_switch); in amd_pstate_update_perf() 410 u32 max_perf, bool fast_switch) in cppc_update_perf() argument 483 cpudata->cpu, (value != prev), fast_switch); in amd_pstate_update() 492 max_perf, fast_switch); in amd_pstate_update() 519 unsigned int target_freq, bool fast_switch) in amd_pstate_update_freq() argument 547 if (!fast_switch) in amd_pstate_update_freq() 551 max_perf, fast_switch, policy->governor->flags); in amd_pstate_update_freq() 553 if (!fast_switch) in amd_pstate_update_freq() [all …]
|
H A D | intel_pstate.c | 2860 u32 desired, bool fast_switch) in intel_cpufreq_hwp_update() argument 2877 if (fast_switch) in intel_cpufreq_hwp_update() 2884 u32 target_pstate, bool fast_switch) in intel_cpufreq_perf_ctl_update() argument 2886 if (fast_switch) in intel_cpufreq_perf_ctl_update() 2895 int target_pstate, bool fast_switch) in intel_cpufreq_update_pstate() argument 2906 fast_switch); in intel_cpufreq_update_pstate() 2908 intel_cpufreq_perf_ctl_update(cpu, target_pstate, fast_switch); in intel_cpufreq_update_pstate() 2913 intel_cpufreq_trace(cpu, fast_switch ? INTEL_PSTATE_TRACE_FAST_SWITCH : in intel_cpufreq_update_pstate() 3116 .fast_switch = intel_cpufreq_fast_switch,
|
H A D | apple-soc-cpufreq.c | 329 .fast_switch = apple_soc_cpufreq_fast_switch,
|
H A D | scmi-cpufreq.c | 289 .fast_switch = scmi_cpufreq_fast_switch,
|
H A D | mediatek-cpufreq-hw.c | 296 .fast_switch = mtk_cpufreq_hw_fast_switch,
|
H A D | qcom-cpufreq-hw.c | 616 .fast_switch = qcom_cpufreq_hw_fast_switch,
|
H A D | powernv-cpufreq.c | 1040 .fast_switch = powernv_fast_switch,
|
H A D | cppc_cpufreq.c | 918 .fast_switch = cppc_cpufreq_fast_switch,
|
H A D | acpi-cpufreq.c | 951 .fast_switch = acpi_cpufreq_fast_switch,
|
H A D | cpufreq.c | 2184 freq = cpufreq_driver->fast_switch(policy, target_freq); in cpufreq_driver_fast_switch() 2892 (driver_data->adjust_perf && !driver_data->fast_switch)) in cpufreq_register_driver()
|
/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/ |
H A D | cpu-drivers.rst | 59 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差異見 152 1.4 target 或 target_index 或 setpolicy 或 fast_switch? 156 可以使用->target(),->target_index()或->fast_switch()回調。 187 1.6. fast_switch
|
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/ |
H A D | cpu-drivers.rst | 62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差异见 152 1.4 target 或 target_index 或 setpolicy 或 fast_switch? 156 可以使用->target(),->target_index()或->fast_switch()回调。 188 1.6. fast_switch
|
/openbmc/linux/Documentation/cpu-freq/ |
H A D | cpu-drivers.rst | 52 .setpolicy _or_ .fast_switch _or_ .target _or_ .target_index - See 154 1.4 target or target_index or setpolicy or fast_switch? 159 these, you use the ->target(), ->target_index() or ->fast_switch() 196 1.6. fast_switch
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 444 …ate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=15 changed=false fast_switch=true 445 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=7 changed=false fast_switch=true 446 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=0 changed=false fast_switch=true 447 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=4 changed=false fast_switch=true 448 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=7 changed=false fast_switch=true 449 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=3 changed=false fast_switch=true 450 …ate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=11 changed=false fast_switch=true
|
/openbmc/linux/include/linux/ |
H A D | cpufreq.h | 342 unsigned int (*fast_switch)(struct cpufreq_policy *policy, member
|