Searched refs:show_temp_max_alarm (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | emc2103.c | 234 show_temp_max_alarm(struct device *dev, struct device_attribute *da, char *buf) in show_temp_max_alarm() function 481 static SENSOR_DEVICE_ATTR(temp1_max_alarm, S_IRUGO, show_temp_max_alarm, 492 static SENSOR_DEVICE_ATTR(temp2_max_alarm, S_IRUGO, show_temp_max_alarm, 503 static SENSOR_DEVICE_ATTR(temp3_max_alarm, S_IRUGO, show_temp_max_alarm, 514 static SENSOR_DEVICE_ATTR(temp4_max_alarm, S_IRUGO, show_temp_max_alarm,
|
D | pc87427.c | 756 static ssize_t show_temp_max_alarm(struct device *dev, struct device_attribute in show_temp_max_alarm() function 835 show_temp_max_alarm, NULL, 0); 837 show_temp_max_alarm, NULL, 1); 839 show_temp_max_alarm, NULL, 2); 841 show_temp_max_alarm, NULL, 3); 843 show_temp_max_alarm, NULL, 4); 845 show_temp_max_alarm, NULL, 5);
|
D | pc87360.c | 1033 static ssize_t show_temp_max_alarm(struct device *dev, in show_temp_max_alarm() function 1058 SENSOR_ATTR(temp1_max_alarm, S_IRUGO, show_temp_max_alarm, NULL, 0), 1059 SENSOR_ATTR(temp2_max_alarm, S_IRUGO, show_temp_max_alarm, NULL, 1), 1060 SENSOR_ATTR(temp3_max_alarm, S_IRUGO, show_temp_max_alarm, NULL, 2),
|