/Linux-v4.19/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 | 138 static ssize_t show_fan_fault(struct device *dev, struct device_attribute *attr, in show_fan_fault() function 151 show_fan_fault, NULL, index) 159 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 | 503 static ssize_t show_fan_fault(struct device *dev, in show_fan_fault() function 667 SENSOR_ATTR(fan1_fault, 0444, show_fan_fault, NULL, 0), 673 SENSOR_ATTR(fan2_fault, 0444, show_fan_fault, NULL, 1), 679 SENSOR_ATTR(fan3_fault, 0444, show_fan_fault, NULL, 2), 685 SENSOR_ATTR(fan4_fault, 0444, show_fan_fault, NULL, 3), 691 SENSOR_ATTR(fan5_fault, 0444, show_fan_fault, NULL, 4), 697 SENSOR_ATTR(fan6_fault, 0444, show_fan_fault, NULL, 5), 703 SENSOR_ATTR(fan7_fault, 0444, show_fan_fault, NULL, 6),
|