Lines Matching refs:freq
91 opp_get_{voltage, freq, opp_count} fall into this category.
165 freq = ULONG_MAX;
167 dev_pm_opp_find_freq_floor(dev, &freq);
175 freq = 0;
177 dev_pm_opp_find_freq_ceil(dev, &freq);
185 opp = dev_pm_opp_find_freq_ceil(dev, &freq);
188 soc_switch_to_freq_voltage(freq);
249 soc_switch_to_freq_voltage(freq)
253 opp = dev_pm_opp_find_freq_ceil(dev, &freq);
261 dev_pm_opp_get_freq - Retrieve the freq represented by the opp pointer.
271 requested_opp = dev_pm_opp_find_freq_ceil(dev,&freq);
296 freq = 0;
297 while (!IS_ERR(opp = dev_pm_opp_find_freq_ceil(dev, &freq))) {
298 speeds[i] = freq;
299 freq++;
315 | |- opp 1 (availability, freq, voltage)
329 represent an OPP. In addition to the freq, voltage, availability