Searched refs:show_temp_hyst (Results 1 - 9 of 9) sorted by relevance
/drivers/hwmon/ |
H A D | lm77.c | 149 static ssize_t show_temp_hyst(struct device *dev, 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);
|
H A D | lm92.c | 175 static ssize_t show_temp_hyst(struct device *dev, 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);
|
H A D | jc42.c | 265 static ssize_t show_temp_hyst(struct device *dev, function 362 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO, show_temp_hyst, 364 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_temp_hyst, NULL, t_max);
|
H A D | f71805f.c | 886 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute 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);
|
H A D | lm78.c | 271 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute *da, function 300 show_temp_hyst, set_temp_hyst);
|
H A D | sis5595.c | 340 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute *attr, function 369 show_temp_hyst, set_temp_hyst);
|
H A D | via686a.c | 449 static ssize_t show_temp_hyst(struct device *dev, struct device_attribute *da, function 500 show_temp_hyst, set_temp_hyst, offset - 1);
|
H A D | nct6683.c | 803 show_temp_hyst(struct device *dev, struct device_attribute *attr, char *buf) function 882 SENSOR_TEMPLATE(temp_max_hyst, "temp%d_max_hyst", S_IRUGO, show_temp_hyst, NULL,
|
H A D | asb100.c | 478 show_temp_hyst, set_temp_hyst, num - 1)
|
Completed in 127 milliseconds