Searched refs:scaling_min_freq (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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-6.1.9/tools/testing/selftests/net/forwarding/ |
D | tsn_lib.sh | 123 /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq 138 echo "${!freq}" > /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
|
/linux-6.1.9/include/linux/ |
D | devfreq.h | 201 unsigned long scaling_min_freq; member
|
/linux-6.1.9/drivers/devfreq/ |
D | devfreq.c | 155 *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() 842 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_add_device() 843 if (!devfreq->scaling_min_freq) { in devfreq_add_device()
|
/linux-6.1.9/drivers/cpufreq/ |
D | cpufreq.c | 695 show_one(scaling_min_freq, min); 736 store_one(scaling_min_freq, min); 925 cpufreq_freq_attr_rw(scaling_min_freq); 934 &scaling_min_freq.attr,
|
/linux-6.1.9/Documentation/admin-guide/pm/ |
D | cpufreq.rst | 315 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
|
D | intel_pstate.rst | 461 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-6.1.9/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 1507 int base_freq, scaling_min_freq; in adjust_scaling_min_from_base_freq() local 1509 …scaling_min_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_min_freq", cpu… in adjust_scaling_min_from_base_freq() 1511 if (scaling_min_freq < base_freq) in adjust_scaling_min_from_base_freq()
|