Searched refs:show_temp_max_alarm (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
H A D | emc2103.c | 234 show_temp_max_alarm(struct device *dev, struct device_attribute *da, char *buf) show_temp_max_alarm() function 479 static SENSOR_DEVICE_ATTR(temp1_max_alarm, S_IRUGO, show_temp_max_alarm, 490 static SENSOR_DEVICE_ATTR(temp2_max_alarm, S_IRUGO, show_temp_max_alarm, 501 static SENSOR_DEVICE_ATTR(temp3_max_alarm, S_IRUGO, show_temp_max_alarm, 512 static SENSOR_DEVICE_ATTR(temp4_max_alarm, S_IRUGO, show_temp_max_alarm,
|
H A D | pc87427.c | 756 static ssize_t show_temp_max_alarm(struct device *dev, struct device_attribute 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);
|
H A D | pc87360.c | 1033 static ssize_t show_temp_max_alarm(struct device *dev, 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),
|
Completed in 140 milliseconds