Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_governor.c48 struct policy_dbs_info *policy_dbs; in store_sampling_rate()
97 struct policy_dbs_info *policy_dbs; in gov_update_cpu_data()
116 struct policy_dbs_info *policy_dbs = policy->governor_data; in dbs_update()
234 struct policy_dbs_info *policy_dbs; in dbs_work_handler()
238 policy_dbs = container_of(work, struct policy_dbs_info, work); in dbs_work_handler()
263 struct policy_dbs_info *policy_dbs; in dbs_irq_work()
265 policy_dbs = container_of(irq_work, struct policy_dbs_info, irq_work); in dbs_irq_work()
273 struct policy_dbs_info *policy_dbs = cdbs->policy_dbs; in dbs_update_util_handler()
322 static void gov_set_update_util(struct policy_dbs_info *policy_dbs, in gov_set_update_util()
349 static struct policy_dbs_info *alloc_policy_dbs_info(struct cpufreq_policy *policy, in alloc_policy_dbs_info()
[all …]
Dcpufreq_governor.h79 struct policy_dbs_info { struct
103 static inline void gov_update_sample_delay(struct policy_dbs_info *policy_dbs, in gov_update_sample_delay() argument
122 struct policy_dbs_info *policy_dbs;
137 struct policy_dbs_info *(*alloc)(void);
138 void (*free)(struct policy_dbs_info *policy_dbs);
Dcpufreq_ondemand.c68 struct policy_dbs_info *policy_dbs = policy->governor_data; in generic_powersave_bias_target()
115 struct policy_dbs_info *policy_dbs = policy->governor_data; in dbs_freq_increase()
136 struct policy_dbs_info *policy_dbs = policy->governor_data; in od_update()
172 struct policy_dbs_info *policy_dbs = policy->governor_data; in od_dbs_update()
242 struct policy_dbs_info *policy_dbs; in store_sampling_down_factor()
296 struct policy_dbs_info *policy_dbs; in store_powersave_bias()
341 static struct policy_dbs_info *od_alloc(void) in od_alloc()
349 static void od_free(struct policy_dbs_info *policy_dbs) in od_free()
424 struct policy_dbs_info *policy_dbs; in od_set_powersave_bias()
Dcpufreq_conservative.c15 struct policy_dbs_info policy_dbs;
20 static inline struct cs_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info()
60 struct policy_dbs_info *policy_dbs = policy->governor_data; in cs_dbs_update()
270 static struct policy_dbs_info *cs_alloc(void) in cs_alloc()
278 static void cs_free(struct policy_dbs_info *policy_dbs) in cs_free()
Dcpufreq_ondemand.h12 struct policy_dbs_info policy_dbs;
19 static inline struct od_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info()
Damd_freq_sensitivity.c46 struct policy_dbs_info *policy_dbs = policy->governor_data; in amd_powersave_bias_target()