Searched refs:dbs_info (Results 1 – 2 of 2) sorted by relevance
69 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in generic_powersave_bias_target() local75 dbs_info->freq_lo = 0; in generic_powersave_bias_target()76 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()93 dbs_info->freq_lo = 0; in generic_powersave_bias_target()94 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()100 dbs_info->freq_hi_delay_us = delay_hi_us; in generic_powersave_bias_target()101 dbs_info->freq_lo = freq_lo; in generic_powersave_bias_target()102 dbs_info->freq_lo_delay_us = dbs_data->sampling_rate - delay_hi_us; in generic_powersave_bias_target()108 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in ondemand_powersave_bias_init() local110 dbs_info->freq_lo = 0; in ondemand_powersave_bias_init()[all …]
61 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in cs_dbs_update() local62 unsigned int requested_freq = dbs_info->requested_freq; in cs_dbs_update()82 dbs_info->requested_freq = requested_freq; in cs_dbs_update()104 dbs_info->down_skip = 0; in cs_dbs_update()115 dbs_info->requested_freq = requested_freq; in cs_dbs_update()120 if (++dbs_info->down_skip < dbs_data->sampling_down_factor) in cs_dbs_update()122 dbs_info->down_skip = 0; in cs_dbs_update()138 dbs_info->requested_freq = requested_freq; in cs_dbs_update()272 struct cs_policy_dbs_info *dbs_info; in cs_alloc() local274 dbs_info = kzalloc(sizeof(*dbs_info), GFP_KERNEL); in cs_alloc()[all …]