Searched refs:set_min (Results 1 – 2 of 2) sorted by relevance
/drivers/hwmon/ |
D | abx500.c | 156 static ssize_t set_min(struct device *dev, struct device_attribute *devattr, in set_min() function 281 static SENSOR_DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO, show_min, set_min, 0); 291 static SENSOR_DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_min, set_min, 1); 301 static SENSOR_DEVICE_ATTR(temp3_min, S_IWUSR | S_IRUGO, show_min, set_min, 2); 311 static SENSOR_DEVICE_ATTR(temp4_min, S_IWUSR | S_IRUGO, show_min, set_min, 3);
|
D | lm95241.c | 210 static ssize_t set_min(struct device *dev, struct device_attribute *attr, in set_min() function 304 static SENSOR_DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_min, set_min, 306 static SENSOR_DEVICE_ATTR(temp3_min, S_IWUSR | S_IRUGO, show_min, set_min,
|