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

/linux-master/drivers/cpufreq/
H A Dcpufreq_ondemand.h11 struct od_policy_dbs_info { struct
19 static inline struct od_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs)
21 return container_of(policy_dbs, struct od_policy_dbs_info, policy_dbs);
H A Dcpufreq_ondemand.c68 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs);
109 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data);
138 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs);
175 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs);
345 struct od_policy_dbs_info *dbs_info;
392 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data);

Completed in 93 milliseconds