Home
last modified time | relevance | path

Searched refs:show_temp_max (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.6.39/drivers/hwmon/
Dfschmd.c348 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
576 SENSOR_ATTR(temp1_max, 0644, show_temp_max, store_temp_max, 0),
580 SENSOR_ATTR(temp2_max, 0644, show_temp_max, store_temp_max, 1),
584 SENSOR_ATTR(temp3_max, 0644, show_temp_max, store_temp_max, 2),
588 SENSOR_ATTR(temp4_max, 0644, show_temp_max, store_temp_max, 3),
592 SENSOR_ATTR(temp5_max, 0644, show_temp_max, store_temp_max, 4),
596 SENSOR_ATTR(temp6_max, 0644, show_temp_max, store_temp_max, 5),
600 SENSOR_ATTR(temp7_max, 0644, show_temp_max, store_temp_max, 6),
604 SENSOR_ATTR(temp8_max, 0644, show_temp_max, store_temp_max, 7),
608 SENSOR_ATTR(temp9_max, 0644, show_temp_max, store_temp_max, 8),
[all …]
Dsch5627.c400 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function
506 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL, 0);
507 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, NULL, 1);
508 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, NULL, 2);
509 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO, show_temp_max, NULL, 3);
510 static SENSOR_DEVICE_ATTR(temp5_max, S_IRUGO, show_temp_max, NULL, 4);
511 static SENSOR_DEVICE_ATTR(temp6_max, S_IRUGO, show_temp_max, NULL, 5);
512 static SENSOR_DEVICE_ATTR(temp7_max, S_IRUGO, show_temp_max, NULL, 6);
513 static SENSOR_DEVICE_ATTR(temp8_max, S_IRUGO, show_temp_max, NULL, 7);
Dadt7470.c529 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
966 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max,
968 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
970 static SENSOR_DEVICE_ATTR(temp3_max, S_IWUSR | S_IRUGO, show_temp_max,
972 static SENSOR_DEVICE_ATTR(temp4_max, S_IWUSR | S_IRUGO, show_temp_max,
974 static SENSOR_DEVICE_ATTR(temp5_max, S_IWUSR | S_IRUGO, show_temp_max,
976 static SENSOR_DEVICE_ATTR(temp6_max, S_IWUSR | S_IRUGO, show_temp_max,
978 static SENSOR_DEVICE_ATTR(temp7_max, S_IWUSR | S_IRUGO, show_temp_max,
980 static SENSOR_DEVICE_ATTR(temp8_max, S_IWUSR | S_IRUGO, show_temp_max,
982 static SENSOR_DEVICE_ATTR(temp9_max, S_IWUSR | S_IRUGO, show_temp_max,
[all …]
Dk10temp.c64 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
93 static DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL);
Demc2103.c204 show_temp_max(struct device *dev, struct device_attribute *da, char *buf) in show_temp_max() function
470 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR, show_temp_max,
481 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max,
492 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max,
503 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO | S_IWUSR, show_temp_max,
Dadm1021.c144 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
246 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max,
251 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
Dpc87427.c702 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function
783 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL, 0);
784 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, NULL, 1);
785 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, NULL, 2);
786 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO, show_temp_max, NULL, 3);
787 static SENSOR_DEVICE_ATTR(temp5_max, S_IRUGO, show_temp_max, NULL, 4);
788 static SENSOR_DEVICE_ATTR(temp6_max, S_IRUGO, show_temp_max, NULL, 5);
Dmax6639.c191 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
355 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max,
357 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
Dtmp401.c259 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
468 SENSOR_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max,
483 SENSOR_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
Df71882fg.c275 static ssize_t show_temp_max(struct device *dev, struct device_attribute
350 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max,
362 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max,
374 SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max,
390 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max,
407 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max,
422 SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max,
464 SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO|S_IWUSR, show_temp_max,
471 SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO|S_IWUSR, show_temp_max,
478 SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO|S_IWUSR, show_temp_max,
[all …]
Dthmc50.c186 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function
234 show_temp_max, set_temp_max, offset - 1); \
Dw83627ehf.c1223 SENSOR_ATTR(temp1_max, S_IRUGO | S_IWUSR, show_temp_max,
1225 SENSOR_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max,
1227 SENSOR_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max,
1229 SENSOR_ATTR(temp4_max, S_IRUGO | S_IWUSR, show_temp_max,
1231 SENSOR_ATTR(temp5_max, S_IRUGO | S_IWUSR, show_temp_max,
1233 SENSOR_ATTR(temp6_max, S_IRUGO | S_IWUSR, show_temp_max,
1235 SENSOR_ATTR(temp7_max, S_IRUGO | S_IWUSR, show_temp_max,
1237 SENSOR_ATTR(temp8_max, S_IRUGO | S_IWUSR, show_temp_max,
1239 SENSOR_ATTR(temp9_max, S_IRUGO | S_IWUSR, show_temp_max,
Df75375s.c447 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function
532 show_temp_max, set_temp_max, 0);
537 show_temp_max, set_temp_max, 1);
Dadm1025.c208 show_temp_max(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_max() function
299 show_temp_max, set_temp_max, offset - 1)
Dsmsc47m192.c236 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function
324 show_temp_max, set_temp_max, index-1); \
Dadt7462.c851 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
1461 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max,
1463 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
1465 static SENSOR_DEVICE_ATTR(temp3_max, S_IWUSR | S_IRUGO, show_temp_max,
1467 static SENSOR_DEVICE_ATTR(temp4_max, S_IWUSR | S_IRUGO, show_temp_max,
Df71805f.c817 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function
996 show_temp_max, set_temp_max, 0);
1002 show_temp_max, set_temp_max, 1);
1008 show_temp_max, set_temp_max, 2);
Dlm77.c212 show_temp_max, set_temp_max);
Dpc87360.c805 static ssize_t show_temp_max(struct device *dev, struct device_attribute *devattr, char *buf) in show_temp_max() function
886 show_temp_max, set_temp_max, 0),
888 show_temp_max, set_temp_max, 1),
890 show_temp_max, set_temp_max, 2),
Dvt8231.c379 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function
433 show_temp_max, set_temp_max, offset - 1); \
Djc42.c390 show_temp_max, set_temp_max);
Dadm1031.c613 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
705 show_temp_max, set_temp_max, offset - 1); \
Dlm93.c1290 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
1314 show_temp_max, store_temp_max, 0);
1316 show_temp_max, store_temp_max, 1);
1318 show_temp_max, store_temp_max, 2);
Dlm85.c737 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function
769 show_temp_max, set_temp_max, offset - 1);
Dw83627hf.c619 show_temp_max(struct device *dev, struct device_attribute *devattr, in show_temp_max() function
678 show_temp_max, store_temp_max, offset - 1); \

12