Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_governor.h40 struct dbs_governor *gov;
127 struct dbs_governor { struct
145 static inline struct dbs_governor *dbs_governor_of(struct cpufreq_policy *policy) in dbs_governor_of() argument
147 return container_of(policy->governor, struct dbs_governor, gov); in dbs_governor_of()
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()
394 struct dbs_governor *gov = dbs_data->gov; in cpufreq_dbs_data_release()
402 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_init()
490 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_exit()
513 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_start()
Dcpufreq_ondemand.c201 static struct dbs_governor od_dbs_gov;
400 static struct dbs_governor od_dbs_gov = {
Dcpufreq_conservative.c314 static struct dbs_governor cs_governor = {