Searched refs:scaling_min_freq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/testing/selftests/cpufreq/ |
D | special-tests.sh | 99 local oldfreq=$(cat $filepath/scaling_min_freq) 105 echo $freq > $filepath/scaling_min_freq 110 echo $oldfreq > $filepath/scaling_min_freq
|
/Linux-v4.19/drivers/devfreq/ |
D | devfreq.c | 284 min_freq = MAX(devfreq->scaling_min_freq, devfreq->min_freq); in update_devfreq() 500 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_notifier_call() 501 if (!devfreq->scaling_min_freq) { in devfreq_notifier_call() 607 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_add_device() 608 if (!devfreq->scaling_min_freq) { in devfreq_add_device() 613 devfreq->min_freq = devfreq->scaling_min_freq; in devfreq_add_device() 1155 return sprintf(buf, "%lu\n", MAX(df->scaling_min_freq, df->min_freq)); in min_freq_show()
|
/Linux-v4.19/include/linux/ |
D | devfreq.h | 166 unsigned long scaling_min_freq; member
|
/Linux-v4.19/drivers/cpufreq/ |
D | cpufreq.c | 653 show_one(scaling_min_freq, min); 706 store_one(scaling_min_freq, min); 883 cpufreq_freq_attr_rw(scaling_min_freq); 892 &scaling_min_freq.attr,
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | cpufreq.rst | 312 than the value of the ``scaling_min_freq`` attribute). 314 ``scaling_min_freq`` 361 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq`` 368 within the ``scaling_min_freq`` policy limit, to be requested for that policy. 371 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq`` 571 switch the frequency between the ``scaling_min_freq`` and
|
D | intel_pstate.rst | 436 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq`` 442 and ``scaling_min_freq`` is limited to the maximum non-turbo P-state frequency. 444 ``scaling_min_freq`` to go down to that value if they were above it before. 445 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be 450 and ``scaling_min_freq`` corresponds to the maximum supported turbo P-state, 481 <Global Attributes_>`_ or via the ``scaling_max_freq`` and ``scaling_min_freq``
|