Searched refs:temp_hyst (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Dlm92.c271 u16 temp_low, temp_high, temp_hyst, temp_crit; max6635_check() local
289 temp_hyst = i2c_smbus_read_word_data(client, LM92_REG_TEMP_HYST); max6635_check()
291 if ((temp_hyst & 0x7f00) || (temp_crit & 0x7f00)) max6635_check()
302 if (temp_hyst != i2c_smbus_read_word_data(client, max6635_check()
H A Dgl518sm.c134 u8 temp_hyst; /* Register values */ member in struct:gl518_data
201 data->temp_hyst = gl518_update_device()
248 show(TEMP, temp_hyst1, temp_hyst);
339 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
H A Dlm78.c144 s8 temp_hyst; /* Register value */ member in struct:lm78_data
275 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_hyst)); show_temp_hyst()
290 data->temp_hyst = TEMP_TO_REG(val); set_temp_hyst()
291 lm78_write_value(data, LM78_REG_TEMP_HYST, data->temp_hyst); set_temp_hyst()
774 data->temp_hyst = lm78_update_device()
H A Dsis5595.c201 s8 temp_hyst; /* Register value */ member in struct:sis5595_data
343 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_hyst)); show_temp_hyst()
358 data->temp_hyst = TEMP_TO_REG(val); set_temp_hyst()
359 sis5595_write_value(data, SIS5595_REG_TEMP_HYST, data->temp_hyst); set_temp_hyst()
738 data->temp_hyst = sis5595_update_device()
H A Dvia686a.c331 u8 temp_hyst[3]; /* Register value */ member in struct:via686a_data
454 return sprintf(buf, "%ld\n", TEMP_FROM_REG(data->temp_hyst[nr])); show_temp_hyst()
488 data->temp_hyst[nr] = TEMP_TO_REG(val); set_temp_hyst()
490 data->temp_hyst[nr]); set_temp_hyst()
792 data->temp_hyst[i] = via686a_update_device()
H A Dvt1211.c130 u8 temp_hyst[7]; member in struct:vt1211_data
285 data->temp_hyst[ix] = vt1211_read8(data, vt1211_update_device()
439 res = TEMP_FROM_REG(ix, data->temp_hyst[ix]); show_temp()
475 data->temp_hyst[ix] = TEMP_TO_REG(ix, val); set_temp()
477 data->temp_hyst[ix]); set_temp()
H A Df71882fg.c263 u8 temp_hyst[2]; /* 2 hysts stored per reg */ member in struct:f71882fg_data
1189 data->temp_hyst[0] = f71882fg_read8(data, f71882fg_update_device()
1191 data->temp_hyst[1] = f71882fg_read8(data, f71882fg_update_device()
1563 temp_max_hyst = data->temp_hyst[nr / 2] >> 4; show_temp_max_hyst()
1565 temp_max_hyst = data->temp_hyst[nr / 2] & 0x0f; show_temp_max_hyst()
1601 data->temp_hyst[nr / 2] = reg; store_temp_max_hyst()
1647 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4; show_temp_crit_hyst()
1649 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f; show_temp_crit_hyst()
H A Dasb100.c210 u16 temp_hyst[4]; /* Register value (0 and 3 are u8 only) */ member in struct:asb100_data
441 show_temp_reg(temp_hyst); variable
470 set_temp_reg(HYST, temp_hyst);
989 data->temp_hyst[i-1] = asb100_read_value(client, asb100_update_device()
H A Df71805f.c192 u8 temp_hyst[3]; member in struct:f71805f_data
368 data->temp_hyst[nr] = f71805f_read8(data, f71805f_update_device()
893 return sprintf(buf, "%ld\n", temp_from_reg(data->temp_hyst[nr])); show_temp_hyst()
942 data->temp_hyst[nr] = temp_to_reg(val); set_temp_hyst()
943 f71805f_write8(data, F71805F_REG_TEMP_HYST(nr), data->temp_hyst[nr]); set_temp_hyst()
H A Dlm90.c390 u8 temp_hyst; member in struct:lm90_data
539 lm90_read_reg(client, LM90_REG_R_TCRIT_HYST, &data->temp_hyst); lm90_update_device()
921 return sprintf(buf, "%d\n", temp - temp_from_s8(data->temp_hyst)); show_temphyst()
945 data->temp_hyst = hyst_to_reg(temp - val); set_temphyst()
947 data->temp_hyst); set_temphyst()
H A Dnct6775.c754 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
837 s16 temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,

Completed in 412 milliseconds