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
145 * @governor: method how to choose frequency based on the usage.
151 * @freq_table: current frequency table used by the devfreq driver.
152 * @max_state: count of entry present in the frequency table.
153 * @previous_freq: previously configured frequency value.
157 * @user_min_freq_req: PM QoS minimum frequency request from user (via sysfs)
158 * @user_max_freq_req: PM QoS maximum frequency request from user (via sysfs)
159 * @scaling_min_freq: Limit minimum frequency requested by OPP interface
160 * @scaling_max_freq: Limit maximum frequency requested by OPP interface
162 * @suspend_freq: frequency of a device set during suspend phase.
163 * @resume_freq: frequency of a device set in resume phase.
208 /* information for device frequency transitions */
244 /* update_devfreq() - Reevaluate the device and configure frequency */
280 * @upthreshold: If the load is over this value, the frequency jumps.
283 * the governor may consider slowing the frequency down.
306 * @get_target_freq: Optional callback, Returns desired operating frequency
308 * when passive governor should decide the next frequency
309 * by using the new frequency of parent devfreq device
312 * the next frequency, should use this callback.
317 * @cpu_data_list: the list of cpu frequency data for all cpufreq_policy.
328 /* Optional callback to decide the next frequency of passvice device */