Searched refs:print_speed (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/power/cpupower/utils/ |
A D | cpufreq-info.c | 223 print_speed(freqs->frequency, no_rounding); in get_boost_mode() 227 print_speed(freqs->frequency, no_rounding); in get_boost_mode() 246 print_speed(freq, no_rounding); in get_freq_kernel() 265 print_speed(freq, no_rounding); in get_freq_hardware() 285 print_speed(min, no_rounding); in get_hardware_limits() 287 print_speed(max, no_rounding); in get_hardware_limits() 319 print_speed(policy->min, no_rounding); in get_policy() 321 print_speed(policy->max, no_rounding); in get_policy() 405 print_speed(stats->frequency, no_rounding); in get_freq_stats() 466 print_speed(freqs->frequency, no_rounding); in debug_output_one() [all …]
|
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/ |
A D | amd.c | 204 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ), no_rounding); in amd_pstate_show_perf_and_freq() 209 print_speed(acpi_cppc_get_data(cpu, NOMINAL_FREQ) * 1000, in amd_pstate_show_perf_and_freq() 215 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_LOWEST_NONLINEAR_FREQ), in amd_pstate_show_perf_and_freq() 221 print_speed(acpi_cppc_get_data(cpu, LOWEST_FREQ) * 1000, no_rounding); in amd_pstate_show_perf_and_freq()
|
A D | helpers.h | 208 void print_speed(unsigned long speed, int no_rounding);
|
A D | misc.c | 173 void print_speed(unsigned long speed, int no_rounding) in print_speed() function
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | longhaul.c | 90 static char *print_speed(int speed) in print_speed() function 275 fsb, mult/10, mult%10, print_speed(speed/1000)); in longhaul_setstate() 464 print_speed(lowest_speed/1000), in longhaul_get_ranges() 465 print_speed(highest_speed/1000)); in longhaul_get_ranges()
|
Completed in 13 milliseconds