Home
last modified time | relevance | path

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

/linux-6.15/tools/power/cpupower/utils/
H A Dcpufreq-info.c222 print_speed(freqs->frequency, no_rounding); in get_boost_mode()
226 print_speed(freqs->frequency, no_rounding); in get_boost_mode()
245 print_speed(freq, no_rounding); in get_freq_kernel()
269 print_speed(freq, no_rounding); in get_freq_hardware()
289 print_speed(min, no_rounding); in get_hardware_limits()
291 print_speed(max, no_rounding); in get_hardware_limits()
323 print_speed(policy->min, no_rounding); in get_policy()
325 print_speed(policy->max, no_rounding); in get_policy()
409 print_speed(stats->frequency, no_rounding); in get_freq_stats()
491 print_speed(freqs->frequency, no_rounding); in debug_output_one()
[all …]
/linux-6.15/tools/power/cpupower/utils/helpers/
H A Damd.c230 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ), no_rounding); in amd_pstate_show_perf_and_freq()
235 print_speed(acpi_cppc_get_data(cpu, NOMINAL_FREQ) * 1000, in amd_pstate_show_perf_and_freq()
241 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_LOWEST_NONLINEAR_FREQ), in amd_pstate_show_perf_and_freq()
247 print_speed(acpi_cppc_get_data(cpu, LOWEST_FREQ) * 1000, no_rounding); in amd_pstate_show_perf_and_freq()
H A Dhelpers.h219 void print_speed(unsigned long speed, int no_rounding);
H A Dmisc.c228 void print_speed(unsigned long speed, int no_rounding) in print_speed() function
/linux-6.15/tools/net/ynl/pyynl/
H A Dethtool.py68 def print_speed(name, value): function
211 print_speed('Advertised EEE link modes', ours)
212 print_speed('Link partner advertised EEE link modes', peer)
369 print_speed('Supported link modes', ours)
/linux-6.15/drivers/cpufreq/
H A Dlonghaul.c90 static char *print_speed(int speed) in print_speed() function
276 fsb, mult/10, mult%10, print_speed(speed/1000)); in longhaul_setstate()
465 print_speed(lowest_speed/1000), in longhaul_get_ranges()
466 print_speed(highest_speed/1000)); in longhaul_get_ranges()