cppc_get_perf_caps
rc = cppc_get_perf_caps(0, &perf_caps);
EXPORT_SYMBOL_GPL(cppc_get_perf_caps);
show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);
show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, guaranteed_perf);
show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq);
show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq);
if (!cppc_get_perf_caps(cpu, &perf_caps) &&
ret = cppc_get_perf_caps(cpu, &perf_caps);
ret = cppc_get_perf_caps(cpu, &cppc_perf);
int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf);
ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf);
ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps);
ret = cppc_get_perf_caps(cpu, &cppc_perf);
ret = cppc_get_perf_caps(cpu, &cppc_perf);
if (!cppc_get_perf_caps(cpu, &cppc_perf) &&
extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);