Lines Matching defs:frequency
28 * Cooling state <-> CPUFreq frequency
33 * Highest cooling state corresponds to lowest possible frequency.
89 * get_level: Find the level for a particular frequency
93 * Return: level corresponding to the frequency.
101 if (freq > cpufreq_cdev->em->table[i].frequency)
114 if (freq > cpufreq_cdev->em->table[i].frequency)
131 return cpufreq_cdev->em->table[i].frequency;
168 * @freq: current frequency
189 * the requested power, but it's hard to get the frequency that
194 * We use the current frequency and the average load since this
262 * be converted into a frequency or other -E* if there was an error
278 freq = cpufreq_cdev->em->table[idx].frequency;
298 * the calculated frequency could not be converted to a valid state.
359 return cpufreq_cdev->em->table[idx].frequency;
370 return policy->freq_table[idx].frequency;
429 unsigned int frequency;
441 frequency = get_state_freq(cpufreq_cdev, state);
443 ret = freq_qos_update_request(&cpufreq_cdev->qos_req, frequency);
448 capacity = frequency * max_capacity;
550 pr_err("%s: unsorted frequency tables are not supported\n",