Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_conservative.c37 static inline unsigned int get_freq_step(struct cs_dbs_tuners *cs_tuners, in get_freq_step() argument
40 unsigned int freq_step = (cs_tuners->freq_step * policy->max) / 100; in get_freq_step()
64 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in cs_dbs_update() local
72 if (cs_tuners->freq_step == 0) in cs_dbs_update()
85 freq_step = get_freq_step(cs_tuners, policy); in cs_dbs_update()
125 if (load < cs_tuners->down_threshold) { in cs_dbs_update()
166 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_up_threshold() local
171 if (ret != 1 || input > 100 || input <= cs_tuners->down_threshold) in store_up_threshold()
182 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_down_threshold() local
192 cs_tuners->down_threshold = input; in store_down_threshold()
[all …]