Home
last modified time | relevance | path

Searched refs:temp_lim (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/power/
H A Dmax17042_battery.h238 u16 temp_lim; /* 0x25 */ member
/openbmc/linux/drivers/hwmon/
H A Dlm93.c232 } temp_lim[4]; member
936 data->temp_lim[i].min = in lm93_update_client_common()
938 data->temp_lim[i].max = in lm93_update_client_common()
1274 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->temp_lim[nr].min)); in temp_min_show()
1292 data->temp_lim[nr].min = LM93_TEMP_TO_REG(val); in temp_min_store()
1293 lm93_write_byte(client, LM93_REG_TEMP_MIN(nr), data->temp_lim[nr].min); in temp_min_store()
1307 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->temp_lim[nr].max)); in temp_max_show()
1325 data->temp_lim[nr].max = LM93_TEMP_TO_REG(val); in temp_max_store()
1326 lm93_write_byte(client, LM93_REG_TEMP_MAX(nr), data->temp_lim[nr].max); in temp_max_store()
/openbmc/linux/drivers/power/supply/
H A Dmax17042_battery.c787 max17042_override_por(map, MAX17042_TempLim, config->temp_lim); in max17042_override_por_values()