fan_source         82 drivers/hwmon/ftsteutates.c 	u8 fan_source[FTS_NO_FAN_SENSORS];
fan_source        187 drivers/hwmon/ftsteutates.c 			data->fan_source[i] = err;
fan_source        190 drivers/hwmon/ftsteutates.c 			data->fan_source[i] = 0;
fan_source        459 drivers/hwmon/ftsteutates.c 	return sprintf(buf, "%u\n", data->fan_source[index]);
fan_source        628 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan1_source, fan_source, 0);
fan_source        629 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan2_source, fan_source, 1);
fan_source        630 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan3_source, fan_source, 2);
fan_source        631 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan4_source, fan_source, 3);
fan_source        632 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan5_source, fan_source, 4);
fan_source        633 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan6_source, fan_source, 5);
fan_source        634 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan7_source, fan_source, 6);
fan_source        635 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(fan8_source, fan_source, 7);