Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_conservative.c40 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()
126 if (load < cs_tuners->down_threshold) { in cs_dbs_update()
168 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in up_threshold_store() local
173 if (ret != 1 || input > 100 || input <= cs_tuners->down_threshold) in up_threshold_store()
184 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in down_threshold_store() local
194 cs_tuners->down_threshold = input; in down_threshold_store()
227 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in freq_step_store() local
[all …]