Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dcpufreq_governor.h129 struct dbs_governor { struct
147 static inline struct dbs_governor *dbs_governor_of(struct cpufreq_policy *policy) in dbs_governor_of() argument
149 return container_of(policy->governor, struct dbs_governor, gov); in dbs_governor_of()
Dcpufreq_governor.c239 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()
Dcpufreq_ondemand.c204 static struct dbs_governor od_dbs_gov;
403 static struct dbs_governor od_dbs_gov = {
Dcpufreq_conservative.c315 static struct dbs_governor cs_governor = {