Lines Matching refs:od_tuners

86 	struct od_dbs_tuners *od_tuners = dbs_data->tuners;  in generic_powersave_bias_target()  local
97 freq_reduc = freq_req * od_tuners->powersave_bias / 1000; in generic_powersave_bias_target()
116 jiffies_total = usecs_to_jiffies(od_tuners->sampling_rate); in generic_powersave_bias_target()
138 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase() local
140 if (od_tuners->powersave_bias) in dbs_freq_increase()
146 __cpufreq_driver_target(policy, freq, od_tuners->powersave_bias ? in dbs_freq_increase()
160 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_check_cpu() local
165 if (load > od_tuners->up_threshold) { in od_check_cpu()
169 od_tuners->sampling_down_factor; in od_check_cpu()
182 if (!od_tuners->powersave_bias) { in od_check_cpu()
202 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_dbs_timer() local
207 if (!need_load_eval(&core_dbs_info->cdbs, od_tuners->sampling_rate)) { in od_dbs_timer()
229 delay = delay_for_sampling_rate(od_tuners->sampling_rate in od_dbs_timer()
255 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in update_sampling_rate() local
258 od_tuners->sampling_rate = new_rate = max(new_rate, in update_sampling_rate()
316 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_io_is_busy() local
324 od_tuners->io_is_busy = !!input; in store_io_is_busy()
331 &dbs_info->cdbs.prev_cpu_wall, od_tuners->io_is_busy); in store_io_is_busy()
339 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_up_threshold() local
349 od_tuners->up_threshold = input; in store_up_threshold()
356 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_sampling_down_factor() local
363 od_tuners->sampling_down_factor = input; in store_sampling_down_factor()
377 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_ignore_nice_load() local
390 if (input == od_tuners->ignore_nice_load) { /* nothing to do */ in store_ignore_nice_load()
393 od_tuners->ignore_nice_load = input; in store_ignore_nice_load()
400 &dbs_info->cdbs.prev_cpu_wall, od_tuners->io_is_busy); in store_ignore_nice_load()
401 if (od_tuners->ignore_nice_load) in store_ignore_nice_load()
412 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_powersave_bias() local
423 od_tuners->powersave_bias = input; in store_powersave_bias()
550 struct od_dbs_tuners *od_tuners; in od_set_powersave_bias() local
572 od_tuners = dbs_data->tuners; in od_set_powersave_bias()
573 od_tuners->powersave_bias = default_powersave_bias; in od_set_powersave_bias()