Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Djc42.c204 t_crit, enumerator
212 [t_crit] = JC42_REG_TEMP_CRITICAL,
297 *val = jc42_temp_from_reg(data->temp[t_crit]); in jc42_read()
306 temp = jc42_temp_from_reg(data->temp[t_crit]); in jc42_read()
347 data->temp[t_crit] = jc42_temp_to_reg(val, data->extended); in jc42_write()
348 ret = i2c_smbus_write_word_swapped(client, temp_regs[t_crit], in jc42_write()
349 data->temp[t_crit]); in jc42_write()
359 diff = jc42_temp_from_reg(data->temp[t_crit]) - val; in jc42_write()
Dlm77.c39 t_crit, enumerator
50 [t_crit] = LM77_REG_TEMP_CRIT,
195 val = clamp_val(data->temp[t_crit] - val, LM77_TEMP_MIN, LM77_TEMP_MAX); in temp_hyst_store()
212 static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp, t_crit);
216 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_hyst, t_crit);
Dlm92.c83 t_crit, enumerator
92 [t_crit] = LM92_REG_TEMP_CRIT,
228 static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp, t_crit);
229 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_hyst, t_crit);