Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/cpufreq/ !
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-5.19.10/tools/testing/selftests/net/forwarding/ !
Dtsn_lib.sh115 /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
130 echo "${!freq}" > /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
/linux-5.19.10/include/linux/ !
Ddevfreq.h200 unsigned long scaling_min_freq; member
/linux-5.19.10/drivers/devfreq/ !
Ddevfreq.c155 *min_freq = max(*min_freq, devfreq->scaling_min_freq); in devfreq_get_freq_range()
655 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_notifier_call()
656 if (!devfreq->scaling_min_freq) in devfreq_notifier_call()
839 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_add_device()
840 if (!devfreq->scaling_min_freq) { in devfreq_add_device()
/linux-5.19.10/drivers/cpufreq/ !
Dcpufreq.c695 show_one(scaling_min_freq, min);
736 store_one(scaling_min_freq, min);
923 cpufreq_freq_attr_rw(scaling_min_freq);
932 &scaling_min_freq.attr,
/linux-5.19.10/Documentation/admin-guide/pm/ !
Dcpufreq.rst315 than the value of the ``scaling_min_freq`` attribute).
317 ``scaling_min_freq``
364 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
371 within the ``scaling_min_freq`` policy limit, to be requested for that policy.
374 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
574 switch the frequency between the ``scaling_min_freq`` and
Dintel_pstate.rst461 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq``
467 and ``scaling_min_freq`` is limited to the maximum non-turbo P-state frequency.
469 ``scaling_min_freq`` to go down to that value if they were above it before.
470 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be
475 and ``scaling_min_freq`` corresponds to the maximum supported turbo P-state,
513 <Global Attributes_>`_ or via the ``scaling_max_freq`` and ``scaling_min_freq``
/linux-5.19.10/tools/power/x86/intel-speed-select/ !
Disst-config.c1497 int base_freq, scaling_min_freq; in adjust_scaling_min_from_base_freq() local
1499scaling_min_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_min_freq", cpu… in adjust_scaling_min_from_base_freq()
1501 if (scaling_min_freq < base_freq) in adjust_scaling_min_from_base_freq()