/drivers/hwmon/ |
D | max1668.c | 167 static ssize_t show_temp_min(struct device *dev, in show_temp_min() function 259 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO, show_temp_min, 264 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO, show_temp_min, 269 static SENSOR_DEVICE_ATTR(temp3_min, S_IRUGO, show_temp_min, 274 static SENSOR_DEVICE_ATTR(temp4_min, S_IRUGO, show_temp_min, 279 static SENSOR_DEVICE_ATTR(temp5_min, S_IRUGO, show_temp_min,
|
D | adt7470.c | 456 static ssize_t show_temp_min(struct device *dev, in show_temp_min() function 948 static SENSOR_DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO, show_temp_min, 950 static SENSOR_DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_temp_min, 952 static SENSOR_DEVICE_ATTR(temp3_min, S_IWUSR | S_IRUGO, show_temp_min, 954 static SENSOR_DEVICE_ATTR(temp4_min, S_IWUSR | S_IRUGO, show_temp_min, 956 static SENSOR_DEVICE_ATTR(temp5_min, S_IWUSR | S_IRUGO, show_temp_min, 958 static SENSOR_DEVICE_ATTR(temp6_min, S_IWUSR | S_IRUGO, show_temp_min, 960 static SENSOR_DEVICE_ATTR(temp7_min, S_IWUSR | S_IRUGO, show_temp_min, 962 static SENSOR_DEVICE_ATTR(temp8_min, S_IWUSR | S_IRUGO, show_temp_min, 964 static SENSOR_DEVICE_ATTR(temp9_min, S_IWUSR | S_IRUGO, show_temp_min, [all …]
|
D | emc2103.c | 198 show_temp_min(struct device *dev, struct device_attribute *da, char *buf) in show_temp_min() function 472 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO | S_IWUSR, show_temp_min, 483 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO | S_IWUSR, show_temp_min, 494 static SENSOR_DEVICE_ATTR(temp3_min, S_IRUGO | S_IWUSR, show_temp_min, 505 static SENSOR_DEVICE_ATTR(temp4_min, S_IRUGO | S_IWUSR, show_temp_min,
|
D | adm1021.c | 177 static ssize_t show_temp_min(struct device *dev, in show_temp_min() function 293 static SENSOR_DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO, show_temp_min, 298 static SENSOR_DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_temp_min,
|
D | pc87427.c | 710 static ssize_t show_temp_min(struct device *dev, struct device_attribute in show_temp_min() function 793 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO, show_temp_min, NULL, 0); 794 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO, show_temp_min, NULL, 1); 795 static SENSOR_DEVICE_ATTR(temp3_min, S_IRUGO, show_temp_min, NULL, 2); 796 static SENSOR_DEVICE_ATTR(temp4_min, S_IRUGO, show_temp_min, NULL, 3); 797 static SENSOR_DEVICE_ATTR(temp5_min, S_IRUGO, show_temp_min, NULL, 4); 798 static SENSOR_DEVICE_ATTR(temp6_min, S_IRUGO, show_temp_min, NULL, 5);
|
D | thmc50.c | 184 static ssize_t show_temp_min(struct device *dev, struct device_attribute *attr, in show_temp_min() function 264 show_temp_min, set_temp_min, offset - 1); \
|
D | adm1025.c | 212 show_temp_min(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_min() function 329 show_temp_min, set_temp_min, offset - 1); \
|
D | adt7462.c | 787 static ssize_t show_temp_min(struct device *dev, in show_temp_min() function 1443 static SENSOR_DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO, show_temp_min, 1445 static SENSOR_DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_temp_min, 1447 static SENSOR_DEVICE_ATTR(temp3_min, S_IWUSR | S_IRUGO, show_temp_min, 1449 static SENSOR_DEVICE_ATTR(temp4_min, S_IWUSR | S_IRUGO, show_temp_min,
|
D | smsc47m192.c | 279 static ssize_t show_temp_min(struct device *dev, struct device_attribute *attr, in show_temp_min() function 391 show_temp_min, set_temp_min, index-1); \
|
D | pc87360.c | 879 static ssize_t show_temp_min(struct device *dev, in show_temp_min() function 987 show_temp_min, set_temp_min, 0), 989 show_temp_min, set_temp_min, 1), 991 show_temp_min, set_temp_min, 2),
|
D | vt8231.c | 424 static ssize_t show_temp_min(struct device *dev, struct device_attribute *attr, in show_temp_min() function 482 show_temp_min, set_temp_min, offset - 1)
|
D | adm1031.c | 708 static ssize_t show_temp_min(struct device *dev, in show_temp_min() function 821 show_temp_min, set_temp_min, offset - 1); \
|
D | lm93.c | 1314 static ssize_t show_temp_min(struct device *dev, in show_temp_min() function 1343 show_temp_min, store_temp_min, 0); 1345 show_temp_min, store_temp_min, 1); 1347 show_temp_min, store_temp_min, 2);
|
D | lm85.c | 951 static ssize_t show_temp_min(struct device *dev, struct device_attribute *attr, in show_temp_min() function 1017 show_temp_min, set_temp_min, offset - 1); \
|
D | adm1026.c | 782 static ssize_t show_temp_min(struct device *dev, struct device_attribute *attr, in show_temp_min() function 845 show_temp_min, set_temp_min, offset - 1); \
|