Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hwmon/
Dtmp401.c123 u8 temp_crit_hyst; member
227 data->temp_crit_hyst = i2c_smbus_read_byte_data(client, in tmp401_update_device()
289 temp -= data->temp_crit_hyst * 1000; in show_temp_crit_hyst()
433 data->temp_crit_hyst = reg; in store_temp_crit_hyst()
Df71882fg.c1584 int temp_crit_hyst; in show_temp_crit_hyst() local
1588 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_crit_hyst()
1590 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_crit_hyst()
1591 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst()
1594 return sprintf(buf, "%d\n", temp_crit_hyst); in show_temp_crit_hyst()