Home
last modified time | relevance | path

Searched refs:show_temp_max_alarm (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Demc2103.c234 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,
Dpc87427.c756 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);
Dpc87360.c1033 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),