Searched refs:scaling_min_freq (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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-v5.4/drivers/devfreq/ | 
| D | devfreq.c | 362 	min_freq = max(devfreq->scaling_min_freq, devfreq->min_freq);  in update_devfreq()557 	devfreq->scaling_min_freq = find_available_min_freq(devfreq);  in devfreq_notifier_call()
 558 	if (!devfreq->scaling_min_freq) {  in devfreq_notifier_call()
 660 	devfreq->scaling_min_freq = find_available_min_freq(devfreq);  in devfreq_add_device()
 661 	if (!devfreq->scaling_min_freq) {  in devfreq_add_device()
 666 	devfreq->min_freq = devfreq->scaling_min_freq;  in devfreq_add_device()
 1318 	return sprintf(buf, "%lu\n", max(df->scaling_min_freq, df->min_freq));  in min_freq_show()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | devfreq.h | 166 	unsigned long scaling_min_freq;  member
 | 
| /Linux-v5.4/drivers/cpufreq/ | 
| D | cpufreq.c | 685 show_one(scaling_min_freq, min);727 store_one(scaling_min_freq, min);
 907 cpufreq_freq_attr_rw(scaling_min_freq);
 916 	&scaling_min_freq.attr,
 
 | 
| /Linux-v5.4/Documentation/admin-guide/pm/ | 
| D | cpufreq.rst | 316 	than the value of the ``scaling_min_freq`` attribute).318 ``scaling_min_freq``
 365 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
 372 within the ``scaling_min_freq`` policy limit, to be requested for that policy.
 375 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
 575 	switch the frequency between the ``scaling_min_freq`` and
 
 | 
| D | intel_pstate.rst | 438 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq``444 and ``scaling_min_freq`` is limited to the maximum non-turbo P-state frequency.
 446 ``scaling_min_freq`` to go down to that value if they were above it before.
 447 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be
 452 and ``scaling_min_freq`` corresponds to the maximum supported turbo P-state,
 490 <Global Attributes_>`_ or via the ``scaling_max_freq`` and ``scaling_min_freq``
 
 |