Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/power/supply/
H A Dab8500_chargalg.c204 * @t_hyst_lowhigh temperature hysteresis when the temperature has been
229 int t_hyst_lowhigh; member
662 di->t_hyst_lowhigh = 0; in ab8500_chargalg_check_temp()
665 (di->batt_data.temp < (bi->temp_max - di->t_hyst_lowhigh))) { in ab8500_chargalg_check_temp()
670 di->t_hyst_lowhigh = 0; in ab8500_chargalg_check_temp()
671 } else if ((di->batt_data.temp > (bi->temp_min + di->t_hyst_lowhigh)) && in ab8500_chargalg_check_temp()
677 di->t_hyst_lowhigh = 0; in ab8500_chargalg_check_temp()
685 di->t_hyst_lowhigh = di->bm->temp_hysteresis; in ab8500_chargalg_check_temp()
690 di->batt_data.temp, di->t_hyst_lowhigh, in ab8500_chargalg_check_temp()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dabx500_chargalg.c215 * @t_hyst_lowhigh temperature hysteresis when the temperature has been
242 int t_hyst_lowhigh; member
730 di->t_hyst_lowhigh = 0; in abx500_chargalg_check_temp()
734 (di->bm->temp_over - di->t_hyst_lowhigh))) || in abx500_chargalg_check_temp()
736 (di->bm->temp_under + di->t_hyst_lowhigh)) && in abx500_chargalg_check_temp()
742 di->t_hyst_lowhigh = 0; in abx500_chargalg_check_temp()
749 di->t_hyst_lowhigh = di->bm->temp_hysteresis; in abx500_chargalg_check_temp()
754 di->batt_data.temp, di->t_hyst_lowhigh, in abx500_chargalg_check_temp()

Completed in 7 milliseconds