Searched refs:temp_crit_hyst (Results 1 – 2 of 2) sorted by relevance
123 u8 temp_crit_hyst; member227 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()
1584 int temp_crit_hyst; in show_temp_crit_hyst() local1588 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()