Home
last modified time | relevance | path

Searched refs:dbs_governor (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/cpufreq/
H A Dcpufreq_governor.h40 struct dbs_governor *gov;
125 struct dbs_governor { struct
144 static inline struct dbs_governor *dbs_governor_of(struct cpufreq_policy *policy) in dbs_governor_of() argument
146 return container_of(policy->governor, struct dbs_governor, gov); in dbs_governor_of()
H A Dcpufreq_ondemand.c180 static struct dbs_governor od_dbs_gov;
375 static struct dbs_governor od_dbs_gov = {
H A Dcpufreq_conservative.c327 static struct dbs_governor cs_governor = {