Home
last modified time | relevance | path

Searched refs:to_dbs_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_ondemand.c69 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in generic_powersave_bias_target()
110 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in ondemand_powersave_bias_init()
139 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in od_update()
176 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in od_dbs_update()
354 kfree(to_dbs_info(policy_dbs)); in od_free()
393 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in od_start()
H A Dcpufreq_conservative.c20 static inline struct cs_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info() function
61 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in cs_dbs_update()
283 kfree(to_dbs_info(policy_dbs)); in cs_free()
311 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in cs_start()
H A Dcpufreq_ondemand.h19 static inline struct od_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info() function