Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/power/
Dabx500_chargalg.c247 int t_hyst_lowhigh; member
766 di->t_hyst_lowhigh = 0; in abx500_chargalg_check_temp()
770 (di->bm->temp_over - di->t_hyst_lowhigh))) || in abx500_chargalg_check_temp()
772 (di->bm->temp_under + di->t_hyst_lowhigh)) && in abx500_chargalg_check_temp()
778 di->t_hyst_lowhigh = 0; in abx500_chargalg_check_temp()
785 di->t_hyst_lowhigh = di->bm->temp_hysteresis; in abx500_chargalg_check_temp()
790 di->batt_data.temp, di->t_hyst_lowhigh, in abx500_chargalg_check_temp()