Home
last modified time | relevance | path

Searched refs:CPUFREQ_RELATION_L (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/cpufreq/
H A Dcpufreq_userspace.c44 ret = __cpufreq_driver_target(policy, freq, CPUFREQ_RELATION_L); in cpufreq_set()
121 CPUFREQ_RELATION_L); in cpufreq_userspace_policy_limits()
124 CPUFREQ_RELATION_L); in cpufreq_userspace_policy_limits()
H A Dcpufreq_powersave.c17 __cpufreq_driver_target(policy, policy->min, CPUFREQ_RELATION_L); in cpufreq_gov_powersave_limits()
H A Dcpufreq.c1531 CPUFREQ_RELATION_L); in cpufreq_policy_online()
2669 new_data.max, CPUFREQ_RELATION_L); in cpufreq_set_policy()
H A Dintel_pstate.c556 return intel_pstate_freq_to_hwp_rel(cpu, freq, CPUFREQ_RELATION_L); in intel_pstate_freq_to_hwp()
/linux/rust/kernel/
H A Dcpufreq.rs68 const CPUFREQ_RELATION_L: u32 = 0; constant
94 CPUFREQ_RELATION_L => Self::Low(efficient), in new()
106 Relation::Low(e) => (CPUFREQ_RELATION_L, e), in from()
/linux/kernel/sched/
H A Dcpufreq_schedutil.c564 __cpufreq_driver_target(sg_policy->policy, freq, CPUFREQ_RELATION_L); in sugov_work()