Searched refs:temp_low (Results 1 – 4 of 4) sorted by relevance
/drivers/hwmon/ |
D | lm92.c | 271 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()
|
D | lm87.c | 172 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/ |
D | ab8500_bmdata.c | 488 .temp_low = 8, 522 .temp_low = 8,
|
D | abx500_chargalg.c | 763 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()
|