Home
last modified time | relevance | path

Searched refs:fast_switch (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dcpu-drivers.rst62 .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
/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dcpu-drivers.rst62 .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
/linux/drivers/cpufreq/
H A Damd-pstate.c225 u32 des_perf, u32 max_perf, u32 epp, bool fast_switch) in msr_update_perf() argument
241 if (fast_switch) { in msr_update_perf()
262 bool fast_switch) in amd_pstate_update_perf() argument
265 max_perf, epp, fast_switch); in amd_pstate_update_perf()
483 u32 des_perf, u32 max_perf, u32 epp, bool fast_switch) in shmem_update_perf() argument
535 u32 des_perf, u32 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
558 cpudata->cpu, fast_switch); in amd_pstate_update()
561 amd_pstate_update_perf(cpudata, min_perf, des_perf, max_perf, 0, fast_switch); in amd_pstate_update()
614 unsigned int target_freq, bool fast_switch) in amd_pstate_update_freq() argument
636 WARN_ON(fast_switch && !policy->fast_switch_enabled); in amd_pstate_update_freq()
[all …]
H A Dcppc_cpufreq.c830 .fast_switch = cppc_cpufreq_fast_switch,
H A Dacpi-cpufreq.c963 .fast_switch = acpi_cpufreq_fast_switch,
H A Dcpufreq.c2186 freq = cpufreq_driver->fast_switch(policy, target_freq); in cpufreq_driver_fast_switch()
2929 (driver_data->adjust_perf && !driver_data->fast_switch)) in cpufreq_register_driver()
/linux/Documentation/cpu-freq/
H A Dcpu-drivers.rst52 .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
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst526 …ate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=15 changed=false fast_switch=true
527 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=7 changed=false fast_switch=true
528 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=0 changed=false fast_switch=true
529 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=4 changed=false fast_switch=true
530 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=7 changed=false fast_switch=true
531 …tate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=3 changed=false fast_switch=true
532 …ate_perf: amd_min_perf=85 amd_des_perf=85 amd_max_perf=166 cpu_id=11 changed=false fast_switch=true
/linux/include/linux/
H A Dcpufreq.h353 unsigned int (*fast_switch)(struct cpufreq_policy *policy, member