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

/linux-4.1.27/drivers/power/
H A Dabx500_chargalg.c218 * @t_hyst_norm temperature hysteresis when the temperature has been
246 int t_hyst_norm; member in struct:abx500_chargalg
760 if (di->batt_data.temp > (di->bm->temp_low + di->t_hyst_norm) && abx500_chargalg_check_temp()
761 di->batt_data.temp < (di->bm->temp_high - di->t_hyst_norm)) { abx500_chargalg_check_temp()
765 di->t_hyst_norm = 0; abx500_chargalg_check_temp()
777 di->t_hyst_norm = di->bm->temp_hysteresis; abx500_chargalg_check_temp()
784 di->t_hyst_norm = 0; abx500_chargalg_check_temp()
791 di->t_hyst_norm); abx500_chargalg_check_temp()

Completed in 82 milliseconds