Searched refs:dbs_info (Results 1 – 2 of 2) sorted by relevance
72 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in generic_powersave_bias_target() local78 dbs_info->freq_lo = 0; in generic_powersave_bias_target()79 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()96 dbs_info->freq_lo = 0; in generic_powersave_bias_target()97 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()103 dbs_info->freq_hi_delay_us = delay_hi_us; in generic_powersave_bias_target()104 dbs_info->freq_lo = freq_lo; in generic_powersave_bias_target()105 dbs_info->freq_lo_delay_us = dbs_data->sampling_rate - delay_hi_us; in generic_powersave_bias_target()111 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in ondemand_powersave_bias_init() local113 dbs_info->freq_lo = 0; in ondemand_powersave_bias_init()[all …]
64 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in cs_dbs_update() local65 unsigned int requested_freq = dbs_info->requested_freq; in cs_dbs_update()105 dbs_info->down_skip = 0; in cs_dbs_update()116 dbs_info->requested_freq = requested_freq; in cs_dbs_update()121 if (++dbs_info->down_skip < dbs_data->sampling_down_factor) in cs_dbs_update()123 dbs_info->down_skip = 0; in cs_dbs_update()139 dbs_info->requested_freq = requested_freq; in cs_dbs_update()273 struct cs_policy_dbs_info *dbs_info; in cs_alloc() local275 dbs_info = kzalloc(sizeof(*dbs_info), GFP_KERNEL); in cs_alloc()276 return dbs_info ? &dbs_info->policy_dbs : NULL; in cs_alloc()[all …]