Home
last modified time | relevance | path

Searched refs:od_policy_dbs_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dcpufreq_ondemand.h14 struct od_policy_dbs_info { struct
22 static inline struct od_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) in to_dbs_info() argument
24 return container_of(policy_dbs, struct od_policy_dbs_info, policy_dbs); in to_dbs_info()
Dcpufreq_ondemand.c72 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in generic_powersave_bias_target()
111 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in ondemand_powersave_bias_init()
140 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in od_update()
177 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in od_dbs_update()
346 struct od_policy_dbs_info *dbs_info; in od_alloc()
393 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in od_start()