Searched refs:scaling_max_freq (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/devfreq/ | 
| D | devfreq.c | 361 	max_freq = min(devfreq->scaling_max_freq, devfreq->max_freq);  in update_devfreq()563 	devfreq->scaling_max_freq = find_available_max_freq(devfreq);  in devfreq_notifier_call()
 564 	if (!devfreq->scaling_max_freq) {  in devfreq_notifier_call()
 668 	devfreq->scaling_max_freq = find_available_max_freq(devfreq);  in devfreq_add_device()
 669 	if (!devfreq->scaling_max_freq) {  in devfreq_add_device()
 674 	devfreq->max_freq = devfreq->scaling_max_freq;  in devfreq_add_device()
 1363 	return sprintf(buf, "%lu\n", min(df->scaling_max_freq, df->max_freq));  in max_freq_show()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | devfreq.h | 167 	unsigned long scaling_max_freq;  member
 | 
| /Linux-v5.4/Documentation/admin-guide/pm/ | 
| D | cpufreq.rst | 310 ``scaling_max_freq``324 	be higher than the value of the ``scaling_max_freq`` attribute).
 362 within the ``scaling_max_freq`` policy limit, to be requested for that policy.
 365 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
 375 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
 400 the allowed maximum (that is, the ``scaling_max_freq`` policy limit).  In turn,
 466 it is allowed to use (the ``scaling_max_freq`` policy limit).
 569 	allowed to set (the ``scaling_max_freq`` policy limit), between 0 and
 576 	``scaling_max_freq`` policy limits.
 
 | 
| D | intel_pstate.rst | 438 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq``443 not allowed to use turbo P-states, so the maximum value of ``scaling_max_freq``
 445 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and
 447 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be
 451 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq``
 490 <Global Attributes_>`_ or via the ``scaling_max_freq`` and ``scaling_min_freq``
 
 | 
| /Linux-v5.4/drivers/cpufreq/ | 
| D | cpufreq.c | 686 show_one(scaling_max_freq, max);728 store_one(scaling_max_freq, max);
 908 cpufreq_freq_attr_rw(scaling_max_freq);
 917 	&scaling_max_freq.attr,
 
 | 
| /Linux-v5.4/Documentation/cpu-freq/ | 
| D | pcc-cpufreq.txt | 168 in the scaling_available_frequencies or scaling_cur_freq, or scaling_max_freq.
 | 
| /Linux-v5.4/Documentation/admin-guide/laptops/ | 
| D | laptop-mode.rst | 624 			echo $CPU_MAXFREQ > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq683 …s/system/cpu/cpu0/cpufreq/cpuinfo_max_freq` > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
 
 |