Searched refs:show_in_max (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | w83791d.c | 420 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 421 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 422 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2), 423 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3), 424 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4), 425 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5), 426 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6), 427 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7), 428 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8), 429 SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
|
| H A D | w83792d.c | 989 show_in_max, store_in_max, 0); 991 show_in_max, store_in_max, 1); 993 show_in_max, store_in_max, 2); 995 show_in_max, store_in_max, 3); 997 show_in_max, store_in_max, 4); 999 show_in_max, store_in_max, 5); 1001 show_in_max, store_in_max, 6); 1003 show_in_max, store_in_max, 7); 1005 show_in_max, store_in_max, 8);
|
| H A D | f75375s.c | 490 static ssize_t show_in_max(struct device *dev, struct device_attribute *attr, in show_in_max() function 634 show_in_max, set_in_max, 0); 639 show_in_max, set_in_max, 1); 644 show_in_max, set_in_max, 2); 649 show_in_max, set_in_max, 3);
|
| H A D | asb100.c | 275 show_in_max, set_in_max, offset)
|