Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dcpufreq_governor.h40 struct dbs_governor *gov;
125 struct dbs_governor { struct
143 static inline struct dbs_governor *dbs_governor_of(struct cpufreq_policy *policy) in dbs_governor_of() argument
145 return container_of(policy->governor, struct dbs_governor, gov); in dbs_governor_of()