Home
last modified time | relevance | path

Searched refs:dbs_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
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()
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() local
274 dbs_info in cs_alloc()
308 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); cs_start() local
[all...]
H A Dcpufreq_ondemand.c69 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in generic_powersave_bias_target() local
75 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() local
110 dbs_info in ondemand_powersave_bias_init()
137 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); od_update() local
174 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); od_dbs_update() local
343 struct od_policy_dbs_info *dbs_info; od_alloc() local
390 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); od_start() local
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
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()
275 struct cs_policy_dbs_info *dbs_info; in cs_alloc() local
277 dbs_info in cs_alloc()
311 struct cs_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); cs_start() local
[all...]
H A Dcpufreq_ondemand.c69 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); in generic_powersave_bias_target() local
75 dbs_info->freq_lo = 0; in generic_powersave_bias_target()
76 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()
95 dbs_info->freq_lo = 0; in generic_powersave_bias_target()
96 dbs_info->freq_lo_delay_us = 0; in generic_powersave_bias_target()
102 dbs_info->freq_hi_delay_us = delay_hi_us; in generic_powersave_bias_target()
103 dbs_info->freq_lo = freq_lo; in generic_powersave_bias_target()
104 dbs_info->freq_lo_delay_us = dbs_data->sampling_rate - delay_hi_us; in generic_powersave_bias_target()
110 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); in ondemand_powersave_bias_init() local
112 dbs_info in ondemand_powersave_bias_init()
139 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); od_update() local
176 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy_dbs); od_dbs_update() local
346 struct od_policy_dbs_info *dbs_info; od_alloc() local
393 struct od_policy_dbs_info *dbs_info = to_dbs_info(policy->governor_data); od_start() local
[all...]

Completed in 3 milliseconds