Home
last modified time | relevance | path

Searched refs:temp_low (Results 1 – 4 of 4) sorted by relevance

/drivers/hwmon/
Dlm92.c271 u16 temp_low, temp_high, temp_hyst, temp_crit; in max6635_check() local
279 temp_low = i2c_smbus_read_word_data(client, LM92_REG_TEMP_LOW); in max6635_check()
280 if (i2c_smbus_read_word_data(client, LM92_REG_MAN_ID) != temp_low) in max6635_check()
287 if ((temp_low & 0x7f00) || (temp_high & 0x7f00)) in max6635_check()
306 || temp_low != i2c_smbus_read_word_data(client, in max6635_check()
Dlm87.c172 s8 temp_low[3]; /* register value */ member
242 data->temp_low[i] = lm87_read_value(client, in lm87_update_device()
383 TEMP_FROM_REG(data->temp_low[nr])); in show_temp_low()
410 data->temp_low[nr] = TEMP_TO_REG(val); in set_temp_low()
411 lm87_write_value(client, LM87_REG_TEMP_LOW[nr], data->temp_low[nr]); in set_temp_low()
/drivers/power/
Dab8500_bmdata.c488 .temp_low = 8,
522 .temp_low = 8,
Dabx500_chargalg.c763 if (di->batt_data.temp > (di->bm->temp_low + di->t_hyst_norm) && in abx500_chargalg_check_temp()
776 (di->batt_data.temp <= di->bm->temp_low))) { in abx500_chargalg_check_temp()