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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dtmp401.c123 u8 temp_crit_hyst; member in struct:tmp401_data
227 data->temp_crit_hyst = i2c_smbus_read_byte_data(client,
289 temp -= data->temp_crit_hyst * 1000;
433 data->temp_crit_hyst = reg;
H A Df71882fg.c1433 int temp_crit_hyst; local
1437 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4;
1439 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f;
1440 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000;
1443 return sprintf(buf, "%d\n", temp_crit_hyst);

Completed in 45 milliseconds