Lines Matching full:frequency
3 * devfreq: Generic Dynamic Voltage and Frequency Scaling (DVFS) Framework
44 * @current_frequency: The operating frequency.
60 * The resulting frequency should be at most this. (this bound is the
62 * If the flag is not set, the resulting frequency should be at most the
69 * @initial_freq: The operating frequency when devfreq_add_device() is
72 * @target: The device should set its operating frequency at
74 * higher than any operable frequency, set maximum.
76 * freq at the current frequency.
84 * @get_cur_freq: The device should provide the current frequency
117 * @governor: method how to choose frequency based on the usage.
123 * @previous_freq: previously configured frequency value.
126 * @min_freq: Limit minimum frequency requested by user (0: none)
127 * @max_freq: Limit maximum frequency requested by user (0: none)
128 * @scaling_min_freq: Limit minimum frequency requested by OPP interface
129 * @scaling_max_freq: Limit maximum frequency requested by OPP interface
131 * @suspend_freq: frequency of a device set during suspend phase.
132 * @resume_freq: frequency of a device set in resume phase.
174 /* information for device frequency transition */
209 * update_devfreq() - Reevaluate the device and configure frequency
248 * @upthreshold: If the load is over this value, the frequency jumps.
251 * the governor may consider slowing the frequency down.
269 * @get_target_freq: Optional callback, Returns desired operating frequency
271 * when passive governor should decide the next frequency
272 * by using the new frequency of parent devfreq device
275 * the next frequency, should use this callback.
288 /* Optional callback to decide the next frequency of passvice device */