Searched refs:acpi_cppc_get_data (Results 1 – 5 of 5) sorted by relevance
/linux/tools/power/cpupower/utils/helpers/ |
H A D | amd.c | 204 nominal_perf = acpi_cppc_get_data(cpu, NOMINAL_PERF); in amd_pstate_show_perf_and_freq() 228 acpi_cppc_get_data(cpu, NOMINAL_PERF)); 229 print_speed(acpi_cppc_get_data(cpu, NOMINAL_FREQ) * 1000, 234 acpi_cppc_get_data(cpu, LOWEST_NONLINEAR_PERF)); 240 acpi_cppc_get_data(cpu, LOWEST_PERF)); 241 print_speed(acpi_cppc_get_data(cpu, LOWEST_FREQ) * 1000, no_rounding);
|
/linux/tools/power/cpupower/lib/ |
H A D | acpi_cppc.h | 18 unsigned long acpi_cppc_get_data(unsigned int cpu,
|
H A D | acpi_cppc.c | 38 unsigned long acpi_cppc_get_data(unsigned int cpu, enum acpi_cppc_value which) in acpi_cppc_get_data() function
|
/linux/tools/power/cpupower/bindings/python/ |
H A D | raw_pylibcpupower.i |
|
H A D | raw_pylibcpupower.swg | 43 unsigned long acpi_cppc_get_data(unsigned int cpu,
|