|
@@ -340,6 +340,7 @@ const char *cpufreq_get_current_driver(void);
|
|
int cpufreq_get_policy(struct cpufreq_policy *policy, unsigned int cpu);
|
|
int cpufreq_get_policy(struct cpufreq_policy *policy, unsigned int cpu);
|
|
int cpufreq_update_policy(unsigned int cpu);
|
|
int cpufreq_update_policy(unsigned int cpu);
|
|
bool have_governor_per_policy(void);
|
|
bool have_governor_per_policy(void);
|
|
|
|
+struct kobject *get_governor_parent_kobj(struct cpufreq_policy *policy);
|
|
|
|
|
|
#ifdef CONFIG_CPU_FREQ
|
|
#ifdef CONFIG_CPU_FREQ
|
|
/* query the current CPU frequency (in kHz). If zero, cpufreq couldn't detect it */
|
|
/* query the current CPU frequency (in kHz). If zero, cpufreq couldn't detect it */
|