Lines Matching refs:upthreshold
104 unsigned int upthreshold; member
2614 return sprintf(buf, "%d\n", data->upthreshold); in upthreshold_show()
2629 data->upthreshold = value; in upthreshold_store()
2634 static DEVICE_ATTR_RW(upthreshold);
2692 unsigned int upthreshold = data->upthreshold; in devfreq_dmc_ondemand_func() local
2720 if (!upthreshold || !downdifferential) in devfreq_dmc_ondemand_func()
2723 if (upthreshold > 100 || in devfreq_dmc_ondemand_func()
2724 upthreshold < downdifferential) in devfreq_dmc_ondemand_func()
2747 stat->total_time * upthreshold) { in devfreq_dmc_ondemand_func()
2760 stat->total_time * (upthreshold - downdifferential)) { in devfreq_dmc_ondemand_func()
2770 b = div_u64(b, (upthreshold - downdifferential / 2)); in devfreq_dmc_ondemand_func()
3031 &dmcfreq->ondemand_data.upthreshold); in rockchip_dmcfreq_parse_dt()