Searched refs:scaling_min_freq (Results 1 – 5 of 5) sorted by relevance
99 local oldfreq=$(cat $filepath/scaling_min_freq)105 echo $freq > $filepath/scaling_min_freq110 echo $oldfreq > $filepath/scaling_min_freq
126 /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq141 echo "${!freq}" > /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
206 unsigned long scaling_min_freq; member
330 than the value of the ``scaling_min_freq`` attribute).332 ``scaling_min_freq``379 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``386 within the ``scaling_min_freq`` policy limit, to be requested for that policy.389 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``591 switch the frequency between the ``scaling_min_freq`` and
1743 int base_freq, scaling_min_freq; in adjust_scaling_min_from_base_freq() local1745 …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()1747 if (scaling_min_freq < base_freq) in adjust_scaling_min_from_base_freq()