Searched refs:fast_switch (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/translations/zh_CN/cpu-freq/ |
| H A D | cpu-drivers.rst | 62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差异见 151 1.4 target 或 target_index 或 setpolicy 或 fast_switch? 155 可以使用->target(),->target_index()或->fast_switch()回调。 187 1.6. fast_switch
|
| /linux/Documentation/translations/zh_TW/cpu-freq/ |
| H A D | cpu-drivers.rst | 62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差異見 151 1.4 target 或 target_index 或 setpolicy 或 fast_switch? 155 可以使用->target(),->target_index()或->fast_switch()回調。 187 1.6. fast_switch
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 233 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in msr_update_perf() argument 262 if (fast_switch) { in msr_update_perf() 282 bool fast_switch) in amd_pstate_update_perf() argument 285 max_perf, epp, fast_switch); in amd_pstate_update_perf() 484 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in shmem_update_perf() argument 569 u8 des_perf, u8 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument 593 cpudata->cpu, fast_switch); in amd_pstate_update() 596 amd_pstate_update_perf(policy, min_perf, des_perf, max_perf, 0, fast_switch); in amd_pstate_update() 650 unsigned int target_freq, bool fast_switch) in amd_pstate_update_freq() argument 669 WARN_ON(fast_switch && !policy->fast_switch_enabled); in amd_pstate_update_freq() [all …]
|
| H A D | intel_pstate.c | 3145 u32 desired, bool fast_switch) in intel_cpufreq_hwp_update() argument 3162 if (fast_switch) in intel_cpufreq_hwp_update() 3169 u32 target_pstate, bool fast_switch) in intel_cpufreq_perf_ctl_update() argument 3171 if (fast_switch) in intel_cpufreq_perf_ctl_update() 3180 int target_pstate, bool fast_switch) in intel_cpufreq_update_pstate() argument 3191 target_pstate, fast_switch); in intel_cpufreq_update_pstate() 3193 intel_cpufreq_perf_ctl_update(cpu, target_pstate, fast_switch); in intel_cpufreq_update_pstate() 3198 intel_cpufreq_trace(cpu, fast_switch ? INTEL_PSTATE_TRACE_FAST_SWITCH : in intel_cpufreq_update_pstate() 3397 .fast_switch = intel_cpufreq_fast_switch,
|
| H A D | apple-soc-cpufreq.c | 351 .fast_switch = apple_soc_cpufreq_fast_switch,
|
| H A D | scmi-cpufreq.c | 389 .fast_switch = scmi_cpufreq_fast_switch,
|
| H A D | mediatek-cpufreq-hw.c | 365 .fast_switch = mtk_cpufreq_hw_fast_switch,
|
| H A D | powernv-cpufreq.c | 1038 .fast_switch = powernv_fast_switch,
|
| /linux/Documentation/cpu-freq/ |
| H A D | cpu-drivers.rst | 52 .setpolicy _or_ .fast_switch _or_ .target _or_ .target_index - See 153 1.4 target or target_index or setpolicy or fast_switch? 158 these, you use the ->target(), ->target_index() or ->fast_switch() 195 1.6. fast_switch
|
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 789 fn fast_switch(_policy: &mut Policy, _target_freq: u32) -> u32 { in fast_switch() method 940 fast_switch: if T::HAS_FAST_SWITCH { 1250 T::fast_switch(policy, target_freq) in fast_switch_callback()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 526 …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 D | cpufreq.h | 360 unsigned int (*fast_switch)(struct cpufreq_policy *policy, member
|