Searched refs:temp_hyst (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | lm77.c | 216 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_hyst, t_crit); 217 static SENSOR_DEVICE_ATTR_RO(temp1_min_hyst, temp_hyst, t_min); 218 static SENSOR_DEVICE_ATTR_RO(temp1_max_hyst, temp_hyst, t_max);
|
| H A D | gl518sm.c | 122 u8 temp_hyst; /* Register values */ member 189 data->temp_hyst = in gl518_update_device() 236 show(TEMP, temp_hyst1, temp_hyst); 327 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
|
| H A D | asb100.c | 197 u16 temp_hyst[4]; /* Register value (0 and 3 are u8 only) */ member 427 show_temp_reg(temp_hyst); 456 set_temp_reg(HYST, temp_hyst); 972 data->temp_hyst[i-1] = asb100_read_value(client, in asb100_update_device()
|