Lines Matching refs:cs_tuners
37 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()
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
242 cs_tuners->freq_step = input; in freq_step_store()