Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dpower_supply_core.c649 info->temp_ambient_alert_max = INT_MAX; in power_supply_get_battery_info()
718 info->temp_ambient_alert_max = min_max[1]; in power_supply_get_battery_info()
890 return info->temp_ambient_alert_max < INT_MAX; in power_supply_battery_info_has_prop()
947 val->intval = info->temp_ambient_alert_max; in power_supply_battery_info_get_prop()
/openbmc/linux/include/linux/
H A Dpower_supply.h753 int temp_ambient_alert_max; member