/linux-3.4.99/drivers/hwmon/ |
D | sch5636.c | 263 static ssize_t show_fan_fault(struct device *dev, struct device_attribute in show_fan_fault() function 358 SENSOR_ATTR(fan1_fault, 0444, show_fan_fault, NULL, 0), 361 SENSOR_ATTR(fan2_fault, 0444, show_fan_fault, NULL, 1), 364 SENSOR_ATTR(fan3_fault, 0444, show_fan_fault, NULL, 2), 367 SENSOR_ATTR(fan4_fault, 0444, show_fan_fault, NULL, 3), 370 SENSOR_ATTR(fan5_fault, 0444, show_fan_fault, NULL, 4), 373 SENSOR_ATTR(fan6_fault, 0444, show_fan_fault, NULL, 5), 376 SENSOR_ATTR(fan7_fault, 0444, show_fan_fault, NULL, 6), 379 SENSOR_ATTR(fan8_fault, 0444, show_fan_fault, NULL, 7),
|
D | ultra45_env.c | 137 static ssize_t show_fan_fault(struct device *dev, struct device_attribute *attr, in show_fan_fault() function 150 show_fan_fault, NULL, index) 158 static SENSOR_DEVICE_ATTR(psu_fan_fault, S_IRUGO, show_fan_fault, NULL, 6);
|
D | sch5627.c | 279 static ssize_t show_fan_fault(struct device *dev, struct device_attribute in show_fan_fault() function 367 static SENSOR_DEVICE_ATTR(fan1_fault, S_IRUGO, show_fan_fault, NULL, 0); 368 static SENSOR_DEVICE_ATTR(fan2_fault, S_IRUGO, show_fan_fault, NULL, 1); 369 static SENSOR_DEVICE_ATTR(fan3_fault, S_IRUGO, show_fan_fault, NULL, 2); 370 static SENSOR_DEVICE_ATTR(fan4_fault, S_IRUGO, show_fan_fault, NULL, 3);
|
D | pc87427.c | 415 static ssize_t show_fan_fault(struct device *dev, struct device_attribute in show_fan_fault() function 487 static SENSOR_DEVICE_ATTR(fan1_fault, S_IRUGO, show_fan_fault, NULL, 0); 488 static SENSOR_DEVICE_ATTR(fan2_fault, S_IRUGO, show_fan_fault, NULL, 1); 489 static SENSOR_DEVICE_ATTR(fan3_fault, S_IRUGO, show_fan_fault, NULL, 2); 490 static SENSOR_DEVICE_ATTR(fan4_fault, S_IRUGO, show_fan_fault, NULL, 3); 491 static SENSOR_DEVICE_ATTR(fan5_fault, S_IRUGO, show_fan_fault, NULL, 4); 492 static SENSOR_DEVICE_ATTR(fan6_fault, S_IRUGO, show_fan_fault, NULL, 5); 493 static SENSOR_DEVICE_ATTR(fan7_fault, S_IRUGO, show_fan_fault, NULL, 6); 494 static SENSOR_DEVICE_ATTR(fan8_fault, S_IRUGO, show_fan_fault, NULL, 7);
|
D | fschmd.c | 502 static ssize_t show_fan_fault(struct device *dev, in show_fan_fault() function 666 SENSOR_ATTR(fan1_fault, 0444, show_fan_fault, NULL, 0), 672 SENSOR_ATTR(fan2_fault, 0444, show_fan_fault, NULL, 1), 678 SENSOR_ATTR(fan3_fault, 0444, show_fan_fault, NULL, 2), 684 SENSOR_ATTR(fan4_fault, 0444, show_fan_fault, NULL, 3), 690 SENSOR_ATTR(fan5_fault, 0444, show_fan_fault, NULL, 4), 696 SENSOR_ATTR(fan6_fault, 0444, show_fan_fault, NULL, 5), 702 SENSOR_ATTR(fan7_fault, 0444, show_fan_fault, NULL, 6),
|
D | emc2103.c | 419 show_fan_fault(struct device *dev, struct device_attribute *da, char *buf) in show_fan_fault() function 519 static DEVICE_ATTR(fan1_fault, S_IRUGO, show_fan_fault, NULL);
|