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

/linux-4.1.27/drivers/hwmon/
H A Dtmp401.c174 u8 temp_crit_hyst; member in struct:tmp401_data
297 data->temp_crit_hyst = val; tmp401_update_device()
333 temp -= data->temp_crit_hyst * 1000; show_temp_crit_hyst()
412 data->temp_crit_hyst = reg; store_temp_crit_hyst()
H A Df71882fg.c1643 int temp_crit_hyst; show_temp_crit_hyst() local
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()
1650 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; show_temp_crit_hyst()
1653 return sprintf(buf, "%d\n", temp_crit_hyst); show_temp_crit_hyst()

Completed in 117 milliseconds