Searched refs:temp2_crit_hyst (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | lm63.c | 182 u8 temp2_crit_hyst; member 298 data->temp2_crit_hyst = i2c_smbus_read_byte_data(client, in lm63_update_device() 610 - TEMP8_FROM_REG(data->temp2_crit_hyst)); in temp2_crit_hyst_show() 845 static DEVICE_ATTR_RW(temp2_crit_hyst);
|
D | max1619.c | 199 static SENSOR_DEVICE_ATTR(temp2_crit_hyst, S_IWUSR | S_IRUGO, show_temp,
|
D | emc1403.c | 210 static SENSOR_DEVICE_ATTR(temp2_crit_hyst, S_IRUGO, show_hyst, NULL, 0x19);
|
D | tmp401.c | 492 static SENSOR_DEVICE_ATTR(temp2_crit_hyst, S_IRUGO, show_temp_crit_hyst,
|
D | lm95234.c | 553 static SENSOR_DEVICE_ATTR(temp2_crit_hyst, S_IRUGO, show_tcrit1_hyst, NULL, 1);
|
D | f71882fg.c | 434 SENSOR_ATTR_2(temp2_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL, 482 SENSOR_ATTR_2(temp2_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL,
|
D | adt7475.c | 1146 static SENSOR_DEVICE_ATTR_2(temp2_crit_hyst, S_IRUGO | S_IWUSR, show_temp,
|