cpufreq_state
cpufreq_get_state(uint32_t freq, struct cpufreq_state *cfs)
cpufreq_get_state_index(uint32_t index, struct cpufreq_state *cfs)
cpufreq_get_state_raw(uint32_t freq, struct cpufreq_state *cfs)
struct cpufreq_state cfs;
static void cpufreq_get_state_raw(uint32_t, struct cpufreq_state *);
struct cpufreq_state cf_state[CPUFREQ_STATE_MAX];
int cpufreq_get_state(uint32_t, struct cpufreq_state *);
int cpufreq_get_state_index(uint32_t, struct cpufreq_state *);