Home
last modified time | relevance | path

Searched refs:od_tuners (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H 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()
117 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase() local
119 if (od_tuners->powersave_bias) in dbs_freq_increase()
125 __cpufreq_driver_target(policy, freq, od_tuners->powersave_bias ? in dbs_freq_increase()
139 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_update() local
161 if (od_tuners->powersave_bias) in od_update()
295 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_powersave_bias() local
307 od_tuners->powersave_bias = input; in store_powersave_bias()
426 struct od_dbs_tuners *od_tuners; in od_set_powersave_bias() local
[all...]
H 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()
/kernel/linux/linux-6.6/drivers/cpufreq/
H 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()
127 __cpufreq_driver_target(policy, freq, 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 powersave_bias_store() local
309 od_tuners->powersave_bias = input; in powersave_bias_store()
432 struct od_dbs_tuners *od_tuners; in od_set_powersave_bias() local
[all...]
H 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 3 milliseconds