Lines Matching full:frequency
3 * devfreq: Generic Dynamic Voltage and Frequency Scaling (DVFS) Framework
52 * @current_frequency: The operating frequency.
68 * The resulting frequency should be at most this. (this bound is the
70 * If the flag is not set, the resulting frequency should be at most the
77 * @initial_freq: The operating frequency when devfreq_add_device() is
81 * @target: The device should set its operating frequency at
83 * higher than any operable frequency, set maximum.
85 * freq at the current frequency.
93 * @get_cur_freq: The device should provide the current frequency
150 * @governor: method how to choose frequency based on the usage.
156 * @freq_table: current frequency table used by the devfreq driver.
157 * @max_state: count of entry present in the frequency table.
158 * @previous_freq: previously configured frequency value.
162 * @user_min_freq_req: PM QoS minimum frequency request from user (via sysfs)
163 * @user_max_freq_req: PM QoS maximum frequency request from user (via sysfs)
164 * @scaling_min_freq: Limit minimum frequency requested by OPP interface
165 * @scaling_max_freq: Limit maximum frequency requested by OPP interface
167 * @suspend_freq: frequency of a device set during suspend phase.
168 * @resume_freq: frequency of a device set in resume phase.
214 /* information for device frequency transitions */
250 /* update_devfreq() - Reevaluate the device and configure frequency */
286 * @upthreshold: If the load is over this value, the frequency jumps.
289 * the governor may consider slowing the frequency down.
310 * @get_target_freq: Optional callback, Returns desired operating frequency
312 * when passive governor should decide the next frequency
313 * by using the new frequency of parent devfreq device
316 * the next frequency, should use this callback.
321 * @cpu_data_list: the list of cpu frequency data for all cpufreq_policy.
332 /* Optional callback to decide the next frequency of passvice device */