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

/linux-master/drivers/power/supply/
H A Dpower_supply_core.c653 info->temp_ambient_alert_min = INT_MIN;
722 info->temp_ambient_alert_min = min_max[0];
893 return info->temp_ambient_alert_min > INT_MIN;
949 val->intval = info->temp_ambient_alert_min;
/linux-master/include/linux/
H A Dpower_supply.h520 * @temp_ambient_alert_min: the battery will go outside of operating conditions
753 int temp_ambient_alert_min; member in struct:power_supply_battery_info

Completed in 107 milliseconds