Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dcpufreq_governor.h126 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()
A Dcpufreq_governor.c236 struct dbs_governor *gov; in dbs_work_handler()
350 struct dbs_governor *gov) in alloc_policy_dbs_info()
376 struct dbs_governor *gov) in free_policy_dbs_info()
393 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_init()
479 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_exit()
507 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_start()
A Dcpufreq_ondemand.c203 static struct dbs_governor od_dbs_gov;
402 static struct dbs_governor od_dbs_gov = {
A Dcpufreq_conservative.c316 static struct dbs_governor cs_governor = {

Completed in 8 milliseconds