Home
last modified time | relevance | path

Searched refs:temp_crit_hyst (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/hwmon/
Dtmp401.c149 u8 temp_crit_hyst; member
267 data->temp_crit_hyst = val; in tmp401_update_device()
304 temp -= data->temp_crit_hyst * 1000; in temp_crit_hyst_show()
385 data->temp_crit_hyst = reg; in temp_crit_hyst_store()
465 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_crit_hyst, 0);
476 static SENSOR_DEVICE_ATTR_RO(temp2_crit_hyst, temp_crit_hyst, 1);
546 static SENSOR_DEVICE_ATTR_RO(temp3_crit_hyst, temp_crit_hyst, 2);
Df71882fg.c1706 int temp_crit_hyst; in show_temp_crit_hyst() local
1710 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_crit_hyst()
1712 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_crit_hyst()
1713 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst()
1716 return sprintf(buf, "%d\n", temp_crit_hyst); in show_temp_crit_hyst()