Searched refs:scaling_max_freq (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/devfreq/ |
H A D | devfreq.c | 155 *max_freq = clamp(*max_freq, devfreq->scaling_min_freq, devfreq->scaling_max_freq); in devfreq_get_freq_range() 677 devfreq->scaling_max_freq = find_available_max_freq(devfreq); in devfreq_notifier_call() 678 if (!devfreq->scaling_max_freq) { in devfreq_notifier_call() 679 devfreq->scaling_max_freq = ULONG_MAX; in devfreq_notifier_call() 868 devfreq->scaling_max_freq = find_available_max_freq(devfreq); in devfreq_add_device() 869 if (!devfreq->scaling_max_freq) { in devfreq_add_device()
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | tsn_lib.sh | 125 cat /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_max_freq > \
|
/linux/Documentation/admin-guide/pm/ |
H A D | cpufreq.rst | 328 ``scaling_max_freq`` 342 be higher than the value of the ``scaling_max_freq`` attribute). 380 within the ``scaling_max_freq`` policy limit, to be requested for that policy. 383 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq`` 393 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq`` 420 the allowed maximum (that is, the ``scaling_max_freq`` policy limit). In turn, 486 it is allowed to use (the ``scaling_max_freq`` policy limit). 589 allowed to set (the ``scaling_max_freq`` policy limit), between 0 and 596 ``scaling_max_freq`` policy limits.
|
H A D | intel_pstate.rst | 561 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq`` 566 not allowed to use turbo P-states, so the maximum value of ``scaling_max_freq`` 568 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and 570 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be 574 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq`` 613 <Global Attributes_>`_ or via the ``scaling_max_freq`` and ``scaling_min_freq``
|
H A D | cpufreq_drivers.rst | 235 in the scaling_available_frequencies or scaling_cur_freq, or scaling_max_freq.
|
/linux/include/linux/ |
H A D | devfreq.h | 207 unsigned long scaling_max_freq; member
|
/linux/drivers/cpufreq/ |
H A D | cpufreq.c | 713 show_one(scaling_max_freq, max); 762 store_one(scaling_max_freq, max); 964 cpufreq_freq_attr_rw(scaling_max_freq); 974 &scaling_max_freq.attr,
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 1733 int base_freq, scaling_max_freq; in adjust_scaling_max_from_base_freq() local 1735 …scaling_max_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_max_freq", cpu… in adjust_scaling_max_from_base_freq() 1737 if (scaling_max_freq < base_freq || no_turbo()) in adjust_scaling_max_from_base_freq()
|
/linux/Documentation/admin-guide/laptops/ |
H A D | laptop-mode.rst | 613 echo $CPU_MAXFREQ > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 672 …s/system/cpu/cpu0/cpufreq/cpuinfo_max_freq` > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
|