Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dcpufreq_governor.c51 struct policy_dbs_info *policy_dbs; in store_sampling_rate()
100 struct policy_dbs_info *policy_dbs; in gov_update_cpu_data()
119 struct policy_dbs_info *policy_dbs = policy->governor_data; in dbs_update()
237 struct policy_dbs_info *policy_dbs; in dbs_work_handler()
241 policy_dbs = container_of(work, struct policy_dbs_info, work); in dbs_work_handler()
266 struct policy_dbs_info *policy_dbs; in dbs_irq_work()
268 policy_dbs = container_of(irq_work, struct policy_dbs_info, irq_work); in dbs_irq_work()
276 struct policy_dbs_info *policy_dbs = cdbs->policy_dbs; in dbs_update_util_handler()
325 static void gov_set_update_util(struct policy_dbs_info *policy_dbs, in gov_set_update_util()
352 static struct policy_dbs_info *alloc_policy_dbs_info(struct cpufreq_policy *policy, in alloc_policy_dbs_info()
[all …]
Dcpufreq_governor.h82 struct policy_dbs_info { struct
106 static inline void gov_update_sample_delay(struct policy_dbs_info *policy_dbs, in gov_update_sample_delay() argument
125 struct policy_dbs_info *policy_dbs;
140 struct policy_dbs_info *(*alloc)(void);
141 void (*free)(struct policy_dbs_info *policy_dbs);
Dcpufreq_ondemand.c71 struct policy_dbs_info *policy_dbs = policy->governor_data; in generic_powersave_bias_target()
118 struct policy_dbs_info *policy_dbs = policy->governor_data; in dbs_freq_increase()
139 struct policy_dbs_info *policy_dbs = policy->governor_data; in od_update()
175 struct policy_dbs_info *policy_dbs = policy->governor_data; in od_dbs_update()
245 struct policy_dbs_info *policy_dbs; in store_sampling_down_factor()
299 struct policy_dbs_info *policy_dbs; in store_powersave_bias()
344 static struct policy_dbs_info *od_alloc(void) in od_alloc()
352 static void od_free(struct policy_dbs_info *policy_dbs) in od_free()
427 struct policy_dbs_info *policy_dbs; in od_set_powersave_bias()
Dcpufreq_ondemand.h15 struct policy_dbs_info policy_dbs;
22 static inline struct od_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info()
Dcpufreq_conservative.c18 struct policy_dbs_info policy_dbs;
23 static inline struct cs_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info()
63 struct policy_dbs_info *policy_dbs = policy->governor_data; in cs_dbs_update()
271 static struct policy_dbs_info *cs_alloc(void) in cs_alloc()
279 static void cs_free(struct policy_dbs_info *policy_dbs) in cs_free()
Damd_freq_sensitivity.c49 struct policy_dbs_info *policy_dbs = policy->governor_data; in amd_powersave_bias_target()