Searched refs:print_speed (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/power/cpupower/utils/helpers/
H A Damd.c204 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ), no_rounding);
209 print_speed(acpi_cppc_get_data(cpu, NOMINAL_FREQ) * 1000,
215 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_LOWEST_NONLINEAR_FREQ),
221 print_speed(acpi_cppc_get_data(cpu, LOWEST_FREQ) * 1000, no_rounding);
H A Dhelpers.h219 void print_speed(unsigned long speed, int no_rounding);
H A Dmisc.c224 * print_speed
228 void print_speed(unsigned long speed, int no_rounding) function
/linux-master/tools/power/cpupower/utils/
H A Dcpufreq-info.c223 print_speed(freqs->frequency, no_rounding);
227 print_speed(freqs->frequency, no_rounding);
246 print_speed(freq, no_rounding);
265 print_speed(freq, no_rounding);
285 print_speed(min, no_rounding);
287 print_speed(max, no_rounding);
319 print_speed(policy->min, no_rounding);
321 print_speed(policy->max, no_rounding);
405 print_speed(stats->frequency, no_rounding);
466 print_speed(freq
[all...]
/linux-master/tools/net/ynl/
H A Dethtool.py65 def print_speed(name, value): function
210 print_speed('Advertised EEE link modes', ours)
211 print_speed('Link partner advertised EEE link modes', peer)
360 print_speed('Supported link modes', ours)
/linux-master/drivers/cpufreq/
H A Dlonghaul.c90 static char *print_speed(int speed) function
275 fsb, mult/10, mult%10, print_speed(speed/1000));
464 print_speed(lowest_speed/1000),
465 print_speed(highest_speed/1000));

Completed in 159 milliseconds