Searched refs:cpufreq_gov_ondemand (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcpufreq.h362 extern struct cpufreq_governor cpufreq_gov_ondemand;
363 #define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_ondemand)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_ondemand.c64 struct cpufreq_governor cpufreq_gov_ondemand = { variable in typeref:struct:cpufreq_governor
806 err = cpufreq_register_governor(&cpufreq_gov_ondemand);
815 cpufreq_unregister_governor(&cpufreq_gov_ondemand);

Completed in 46 milliseconds