Home
last modified time | relevance | path

Searched refs:CPUFREQ_RELATION_H (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_performance.c17 __cpufreq_driver_target(policy, policy->max, CPUFREQ_RELATION_H); in cpufreq_gov_performance_limits()
H A Dfreq_table.c139 case CPUFREQ_RELATION_H: in cpufreq_table_index_unsorted()
158 case CPUFREQ_RELATION_H: in cpufreq_table_index_unsorted()
H A Dcpufreq_userspace.c108 __cpufreq_driver_target(policy, policy->max, CPUFREQ_RELATION_H); in cpufreq_userspace_policy_limits()
H A Dcpufreq.c1931 CPUFREQ_RELATION_H); in cpufreq_generic_suspend()
2631 policy->max = __resolve_freq(policy, policy->max, CPUFREQ_RELATION_H); in cpufreq_set_policy()
H A Dintel_pstate.c539 case CPUFREQ_RELATION_H: in intel_pstate_freq_to_hwp_rel()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c58 __cpufreq_driver_target(info->policy, target_freq, CPUFREQ_RELATION_H); in spu_gov_work()
/openbmc/linux/include/linux/
H A Dcpufreq.h285 #define CPUFREQ_RELATION_H 1 /* highest frequency below or at target */ macro
291 #define CPUFREQ_RELATION_HE (CPUFREQ_RELATION_H | CPUFREQ_RELATION_E)
1056 case CPUFREQ_RELATION_H: in cpufreq_frequency_table_target()