Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dtmp401.c174 u8 temp_crit_hyst; member
297 data->temp_crit_hyst = val; in tmp401_update_device()
333 temp -= data->temp_crit_hyst * 1000; in show_temp_crit_hyst()
412 data->temp_crit_hyst = reg; in store_temp_crit_hyst()
Df71882fg.c1719 int temp_crit_hyst; in show_temp_crit_hyst() local
1723 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_crit_hyst()
1725 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_crit_hyst()
1726 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst()
1729 return sprintf(buf, "%d\n", temp_crit_hyst); in show_temp_crit_hyst()