Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dcpufreq_governor.c48 struct policy_dbs_info *policy_dbs; in sampling_rate_store()
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 …]
H A Dcpufreq_governor.h78 struct policy_dbs_info { struct
102 static inline void gov_update_sample_delay(struct policy_dbs_info *policy_dbs, in gov_update_sample_delay() argument
121 struct policy_dbs_info *policy_dbs;
136 struct policy_dbs_info *(*alloc)(void);
137 void (*free)(struct policy_dbs_info *policy_dbs);
H A Dcpufreq_ondemand.c67 struct policy_dbs_info *policy_dbs = policy->governor_data; in generic_powersave_bias_target()
116 struct policy_dbs_info *policy_dbs = policy->governor_data; in dbs_freq_increase()
137 struct policy_dbs_info *policy_dbs = policy->governor_data; in od_update()
173 struct policy_dbs_info *policy_dbs = policy->governor_data; in od_dbs_update()
243 struct policy_dbs_info *policy_dbs; in sampling_down_factor_store()
297 struct policy_dbs_info *policy_dbs; in powersave_bias_store()
343 static struct policy_dbs_info *od_alloc(void) in od_alloc()
351 static void od_free(struct policy_dbs_info *policy_dbs) in od_free()
429 struct policy_dbs_info *policy_dbs; in od_set_powersave_bias()
H A 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()
272 static struct policy_dbs_info *cs_alloc(void) in cs_alloc()
280 static void cs_free(struct policy_dbs_info *policy_dbs) in cs_free()
H A 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()
H A Damd_freq_sensitivity.c47 struct policy_dbs_info *policy_dbs = policy->governor_data; in amd_powersave_bias_target()