cppc_perf_caps
struct cppc_perf_caps perf_caps;
int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *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, reference_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);
unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf)
unsigned int cppc_khz_to_perf(struct cppc_perf_caps *caps, unsigned int freq)
struct cppc_perf_caps perf_caps;
struct cppc_perf_caps perf_caps;
struct cppc_perf_caps cppc_perf;
struct cppc_perf_caps cppc_perf;
struct cppc_perf_caps cppc_perf;
struct cppc_perf_caps *caps = &cpu_data->perf_caps;
struct cppc_perf_caps *perf_caps;
struct cppc_perf_caps *perf_caps;
struct cppc_perf_caps *perf_caps;
struct cppc_perf_caps *caps;
struct cppc_perf_caps *caps = &cpu_data->perf_caps;
struct cppc_perf_caps *caps = &cpu_data->perf_caps;
struct cppc_perf_caps cppc_perf;
struct cppc_perf_caps cppc_perf;
struct cppc_perf_caps cppc_perf;
struct cppc_perf_caps perf_caps;
extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
extern unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf);
extern unsigned int cppc_khz_to_perf(struct cppc_perf_caps *caps, unsigned int freq);
static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps)