Searched refs:temp_lim (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/power/ |
D | max17042_battery.h | 238 u16 temp_lim; /* 0x25 */ member
|
/linux-5.19.10/drivers/hwmon/ |
D | lm93.c | 232 } 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()
|
/linux-5.19.10/drivers/power/supply/ |
D | max17042_battery.c | 792 max17042_override_por(map, MAX17042_TempLim, config->temp_lim); in max17042_override_por_values()
|