Searched refs:dbs_governor (Results 1 – 4 of 4) sorted by relevance
129 struct dbs_governor { struct147 static inline struct dbs_governor *dbs_governor_of(struct cpufreq_policy *policy) in dbs_governor_of() argument149 return container_of(policy->governor, struct dbs_governor, gov); in dbs_governor_of()
239 struct dbs_governor *gov; in dbs_work_handler()353 struct dbs_governor *gov) in alloc_policy_dbs_info()379 struct dbs_governor *gov) in free_policy_dbs_info()396 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_init()480 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_exit()508 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_start()
204 static struct dbs_governor od_dbs_gov;403 static struct dbs_governor od_dbs_gov = {
315 static struct dbs_governor cs_governor = {