Home
last modified time | relevance | path

Searched refs:scaling_min_freq (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh99 local oldfreq=$(cat $filepath/scaling_min_freq)
105 echo $freq > $filepath/scaling_min_freq
110 echo $oldfreq > $filepath/scaling_min_freq
/linux/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh126 /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
141 echo "${!freq}" > /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
/linux/drivers/devfreq/
H A Ddevfreq.c155 *max_freq = clamp(*max_freq, devfreq->scaling_min_freq, devfreq->scaling_max_freq); in devfreq_get_freq_range()
156 *min_freq = clamp(*min_freq, devfreq->scaling_min_freq, *max_freq); in devfreq_get_freq_range()
673 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_notifier_call()
674 if (!devfreq->scaling_min_freq) in devfreq_notifier_call()
861 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_add_device()
862 if (!devfreq->scaling_min_freq) { in devfreq_add_device()
/linux/include/linux/
H A Ddevfreq.h206 unsigned long scaling_min_freq; member
/linux/Documentation/admin-guide/pm/
H A Dcpufreq.rst334 than the value of the ``scaling_min_freq`` attribute).
336 ``scaling_min_freq``
383 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
390 within the ``scaling_min_freq`` policy limit, to be requested for that policy.
393 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
595 switch the frequency between the ``scaling_min_freq`` and
H A Dintel_pstate.rst561 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq``
567 and ``scaling_min_freq`` is limited to the maximum non-turbo P-state frequency.
569 ``scaling_min_freq`` to go down to that value if they were above it before.
570 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be
575 and ``scaling_min_freq`` corresponds to the maximum supported turbo P-state,
613 <Global Attributes_>`_ or via the ``scaling_max_freq`` and ``scaling_min_freq``
/linux/drivers/cpufreq/
H A Dcpufreq.c712 show_one(scaling_min_freq, min);
761 store_one(scaling_min_freq, min);
963 cpufreq_freq_attr_rw(scaling_min_freq);
973 &scaling_min_freq.attr,