Home
last modified time | relevance | path

Searched refs:show_max_alarm (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dabx500.c254 static ssize_t show_max_alarm(struct device *dev, in show_max_alarm() function
286 static SENSOR_DEVICE_ATTR(temp1_max_alarm, S_IRUGO, show_max_alarm, NULL, 0);
296 static SENSOR_DEVICE_ATTR(temp2_max_alarm, S_IRUGO, show_max_alarm, NULL, 1);
306 static SENSOR_DEVICE_ATTR(temp3_max_alarm, S_IRUGO, show_max_alarm, NULL, 2);
316 static SENSOR_DEVICE_ATTR(temp4_max_alarm, S_IRUGO, show_max_alarm, NULL, 3);
Dstts751.c385 static ssize_t show_max_alarm(struct device *dev, struct device_attribute *attr, in show_max_alarm() function
753 static SENSOR_DEVICE_ATTR(temp1_max_alarm, 0444, show_max_alarm, NULL, 0);