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

/linux-4.1.27/drivers/power/
H A Dabx500_chargalg.c220 * @t_hyst_lowhigh temperature hysteresis when the temperature has been
247 int t_hyst_lowhigh; member in struct:abx500_chargalg
766 di->t_hyst_lowhigh = 0; abx500_chargalg_check_temp()
770 (di->bm->temp_over - di->t_hyst_lowhigh))) || abx500_chargalg_check_temp()
772 (di->bm->temp_under + di->t_hyst_lowhigh)) && abx500_chargalg_check_temp()
778 di->t_hyst_lowhigh = 0; abx500_chargalg_check_temp()
785 di->t_hyst_lowhigh = di->bm->temp_hysteresis; abx500_chargalg_check_temp()
790 di->batt_data.temp, di->t_hyst_lowhigh, abx500_chargalg_check_temp()

Completed in 65 milliseconds