Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/power/supply/
H A Dab8500_bmdata.c230 if (bi->temp_alert_max == INT_MAX) in ab8500_bm_of_probe()
231 bi->temp_alert_max = AB8500_TEMP_HIGH; in ab8500_bm_of_probe()
H A Dsamsung-sdi-battery.c660 .temp_alert_max = 40,
704 .temp_alert_max = 40,
748 .temp_alert_max = 43,
791 .temp_alert_max = 40,
836 .temp_alert_max = 40,
880 .temp_alert_max = 40,
H A Dpower_supply_core.c653 info->temp_alert_max = INT_MAX; in power_supply_get_battery_info()
725 info->temp_alert_max = min_max[1]; in power_supply_get_battery_info()
896 return info->temp_alert_max < INT_MAX; in power_supply_battery_info_has_prop()
955 val->intval = info->temp_alert_max; in power_supply_battery_info_get_prop()
H A Dab8500_chargalg.c656 di->batt_data.temp < (bi->temp_alert_max - di->t_hyst_norm)) { in ab8500_chargalg_check_temp()
664 if ((di->batt_data.temp >= bi->temp_alert_max) && in ab8500_chargalg_check_temp()
H A Dsmb347-charger.c1314 if (info->temp_alert_max != INT_MAX) in smb347_get_battery_info()
1315 smb->soft_hot_temp_limit = info->temp_alert_max; in smb347_get_battery_info()
/kernel/linux/linux-5.10/include/linux/
H A Dpower_supply.h372 int temp_alert_max; /* celsius */ member
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dsmb347-charger.c1264 if (info.temp_alert_max != INT_MAX) in smb347_get_battery_info()
1265 smb->soft_hot_temp_limit = info.temp_alert_max; in smb347_get_battery_info()
H A Dpower_supply_core.c592 info->temp_alert_max = INT_MAX; in power_supply_get_battery_info()
662 1, &info->temp_alert_max); in power_supply_get_battery_info()
/kernel/linux/linux-6.6/include/linux/
H A Dpower_supply.h497 * between temp_alert_max and temp_max. No matter the charging phase, this
527 * @temp_alert_max: the battery should issue an alert if the internal
755 int temp_alert_max; member

Completed in 15 milliseconds