Searched refs:show_temp_hyst (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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 | 175 static ssize_t show_temp_hyst(struct device *dev, in show_temp_hyst() function 234 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IWUSR | S_IRUGO, show_temp_hyst, 241 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_temp_hyst, NULL, t_max);
|
D | jc42.c | 265 static ssize_t show_temp_hyst(struct device *dev, in show_temp_hyst() function 365 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO, show_temp_hyst, 367 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 | sis5595.c | 339 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute *attr, in show_temp_hyst() function 368 show_temp_hyst, set_temp_hyst);
|
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 | lm78.c | 271 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute *da, in show_temp_hyst() function 300 show_temp_hyst, set_temp_hyst);
|
D | nct6683.c | 805 show_temp_hyst(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_hyst() function 884 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)
|