Home
last modified time | relevance | path

Searched refs:hispeed_freq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_interactive.c61 unsigned int hispeed_freq; member
406 if (policy->cur < tunables->hispeed_freq) { in eval_target_freq()
407 new_freq = tunables->hispeed_freq; in eval_target_freq()
411 if (new_freq < tunables->hispeed_freq) in eval_target_freq()
412 new_freq = tunables->hispeed_freq; in eval_target_freq()
416 if (new_freq > tunables->hispeed_freq && in eval_target_freq()
417 policy->cur < tunables->hispeed_freq) in eval_target_freq()
418 new_freq = tunables->hispeed_freq; in eval_target_freq()
427 if (policy->cur >= tunables->hispeed_freq && in eval_target_freq()
462 if (!tunables->boosted || new_freq > tunables->hispeed_freq) { in eval_target_freq()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dcpufreq.rst604 When speed is at or above hispeed_freq, wait for
620 hispeed_freq until zero is written to this attribute. If zero, allow
621 CPU speeds to drop below hispeed_freq according to load as usual.
626 hispeed_freq for at least the period of time specified by
628 hispeed_freq according to load as usual. Its a write-only file.
631 Length of time to hold CPU speed at hispeed_freq
636 The CPU load at which to ramp to hispeed_freq.
639 ``hispeed_freq``