Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dapple-soc-cpufreq.c204 if (apple_soc_cpufreq_set_target(policy, policy->cached_resolved_idx) < 0) in apple_soc_cpufreq_fast_switch()
207 return policy->freq_table[policy->cached_resolved_idx].frequency; in apple_soc_cpufreq_fast_switch()
H A Dqcom-cpufreq-hw.c192 index = policy->cached_resolved_idx; in qcom_cpufreq_hw_fast_switch()
H A Dacpi-cpufreq.c465 index = policy->cached_resolved_idx; in acpi_cpufreq_fast_switch()
H A Dcpufreq.c514 policy->cached_resolved_idx = idx; in __resolve_freq()
2394 return __target_index(policy, policy->cached_resolved_idx); in __cpufreq_driver_target()
/linux/include/linux/
H A Dcpufreq.h150 unsigned int cached_resolved_idx; member