Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c96 bool htemp_limit; member
282 else if (e->lmt.htemp_limit && temp >= e->lmt.high_temp) in wtemp_dvfs_is_effect()
307 } else if (e->lmt.htemp_limit && temp >= e->lmt.high_temp) { in __wtemp_dvfs_apply()
384 e->lmt.htemp_limit = true; in __wtemp_common_ofdata_to_platdata()
480 !e->lmt.htemp_limit && !e->lmt.tztemp_limit) in print_e_state()
489 e->lmt.htemp_limit ? s_high : NULL, in print_e_state()