Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dcpufreq_conservative.c26 unsigned int down_threshold; member
126 if (load < cs_tuners->down_threshold) { in cs_dbs_update()
173 if (ret || input > 100 || input <= cs_tuners->down_threshold) in up_threshold_store()
193 cs_tuners->down_threshold = input; in down_threshold_store()
249 gov_show_one(cs, down_threshold);
256 gov_attr_rw(down_threshold);
263 &down_threshold.attr,
293 tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; in cs_init()
/linux/drivers/pmdomain/qcom/
H A Dcpr.c175 unsigned int down_threshold; member
522 error_steps < desc->down_threshold) { in cpr_scale()
528 error_steps = max(desc->down_threshold, in cpr_scale()
725 val |= desc->down_threshold << RBCPR_CTL_DN_THRESHOLD_SHIFT; in cpr_config()
1277 desc->down_threshold > RBCPR_CTL_DN_THRESHOLD_MASK || in cpr_init_parameters()
1283 desc->up_threshold, desc->down_threshold); in cpr_init_parameters()
1344 .down_threshold = 3,