Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dcpufreq_ondemand.c68 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in generic_powersave_bias_target() local
74 dbs_info->freq_lo = 0; in generic_powersave_bias_target()
75 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()
94 dbs_info->freq_lo = 0; in generic_powersave_bias_target()
95 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()
101 dbs_info->freq_hi_delay_us = delay_hi_us; in generic_powersave_bias_target()
102 dbs_info->freq_lo = freq_lo; in generic_powersave_bias_target()
103 dbs_info->freq_lo_delay_us = dbs_data->sampling_rate - delay_hi_us; in generic_powersave_bias_target()
109 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in ondemand_powersave_bias_init() local
111 dbs_info->freq_lo = 0; in ondemand_powersave_bias_init()
[all …]
H A Dcpufreq_conservative.c61 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in cs_dbs_update() local
62 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()
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()
140 dbs_info->requested_freq = requested_freq; in cs_dbs_update()
274 struct cs_policy_dbs_info *dbs_info; in cs_alloc() local
276 dbs_info = kzalloc(sizeof(*dbs_info), GFP_KERNEL); in cs_alloc()
[all …]