Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsg2042-mcu.c220 int hyst_temp, crit_temp; in sg2042_mcu_write() local
229 hyst_temp = i2c_smbus_read_byte_data(mcu->client, in sg2042_mcu_write()
231 if (hyst_temp < 0) in sg2042_mcu_write()
232 return hyst_temp; in sg2042_mcu_write()
243 hyst_temp = temp; in sg2042_mcu_write()
254 if (crit_temp < hyst_temp) in sg2042_mcu_write()
/linux/drivers/macintosh/
H A Dtherm_windtunnel.c376 int hyst_temp, os_temp, temp; in attach_thermostat() local
387 hyst_temp = read_reg(cl, 2, 2); in attach_thermostat()
389 if( hyst_temp < 0 || os_temp < 0 ) in attach_thermostat()
394 print_temp(" Hyst: ", hyst_temp ); in attach_thermostat()
400 x.overheat_hyst = hyst_temp; in attach_thermostat()