Lines Matching defs:frequency
29 * Cooling state <-> CPUFreq frequency
34 * Highest cooling state corresponds to lowest possible frequency.
85 * get_level: Find the level for a particular frequency
89 * Return: level corresponding to the frequency.
97 if (freq > cpufreq_cdev->em->table[i].frequency)
111 if (freq > cpufreq_cdev->em->table[i].frequency)
135 return cpufreq_cdev->em->table[i].frequency;
182 * @freq: current frequency
203 * the requested power, but it's hard to get the frequency that
208 * We use the current frequency and the average load since this
275 freq = cpufreq_cdev->em->table[idx].frequency;
382 return cpufreq_cdev->em->table[idx].frequency;
393 return policy->freq_table[idx].frequency;
452 unsigned int frequency;
463 frequency = get_state_freq(cpufreq_cdev, state);
465 ret = freq_qos_update_request(&cpufreq_cdev->qos_req, frequency);
469 arch_update_thermal_pressure(cpus, frequency);
551 pr_err("%s: unsorted frequency tables are not supported\n",