Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dcpufreq_ondemand.c71 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in generic_powersave_bias_target() local
82 freq_reduc = freq_req * od_tuners->powersave_bias / 1000; in generic_powersave_bias_target()
119 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase() local
121 if (od_tuners->powersave_bias) in dbs_freq_increase()
141 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_update() local
163 if (od_tuners->powersave_bias) in od_update()
297 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_powersave_bias() local
309 od_tuners->powersave_bias = input; in store_powersave_bias()
428 struct od_dbs_tuners *od_tuners; in od_set_powersave_bias() local
444 od_tuners = dbs_data->tuners; in od_set_powersave_bias()
[all …]
A Damd_freq_sensitivity.c49 struct od_dbs_tuners *od_tuners = od_data->tuners; in amd_powersave_bias_target() local
82 if (sensitivity < od_tuners->powersave_bias) { in amd_powersave_bias_target()

Completed in 4 milliseconds