Home
last modified time | relevance | path

Searched refs:cached_resolved_idx (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dapple-soc-cpufreq.c164 if (apple_soc_cpufreq_set_target(policy, policy->cached_resolved_idx) < 0) in apple_soc_cpufreq_fast_switch()
167 return policy->freq_table[policy->cached_resolved_idx].frequency; in apple_soc_cpufreq_fast_switch()
H A Dqcom-cpufreq-hw.c190 index = policy->cached_resolved_idx; in qcom_cpufreq_hw_fast_switch()
H A Dacpi-cpufreq.c477 index = policy->cached_resolved_idx; in acpi_cpufreq_fast_switch()
H A Dcpufreq.c547 policy->cached_resolved_idx = idx; in __resolve_freq()
2366 return __target_index(policy, policy->cached_resolved_idx); in __cpufreq_driver_target()
/openbmc/linux/include/linux/
H A Dcpufreq.h149 unsigned int cached_resolved_idx; member