Searched refs:show_temp_hyst (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | lm77.c | 149 static ssize_t show_temp_hyst(struct device *dev, in show_temp_hyst() function 227 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IWUSR | S_IRUGO, show_temp_hyst, 229 static SENSOR_DEVICE_ATTR(temp1_min_hyst, S_IRUGO, show_temp_hyst, NULL, t_min); 230 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_temp_hyst, NULL, t_max);
|
D | lm92.c | 176 static ssize_t show_temp_hyst(struct device *dev, in show_temp_hyst() function 235 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IWUSR | S_IRUGO, show_temp_hyst, 242 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_temp_hyst, NULL, t_max);
|
D | via686a.c | 449 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute *da, in show_temp_hyst() function 500 show_temp_hyst, set_temp_hyst, offset - 1);
|
D | f71805f.c | 886 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute in show_temp_hyst() function 1067 show_temp_hyst, set_temp_hyst, 0); 1073 show_temp_hyst, set_temp_hyst, 1); 1079 show_temp_hyst, set_temp_hyst, 2);
|
D | nct6683.c | 813 show_temp_hyst(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_hyst() function 892 SENSOR_TEMPLATE(temp_max_hyst, "temp%d_max_hyst", S_IRUGO, show_temp_hyst, NULL,
|
D | asb100.c | 478 show_temp_hyst, set_temp_hyst, num - 1)
|