s3c_hwmon_show_raw   98 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc0_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 0);
s3c_hwmon_show_raw   99 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc1_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 1);
s3c_hwmon_show_raw  100 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc2_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 2);
s3c_hwmon_show_raw  101 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc3_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 3);
s3c_hwmon_show_raw  102 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc4_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 4);
s3c_hwmon_show_raw  103 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc5_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 5);
s3c_hwmon_show_raw  104 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc6_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 6);
s3c_hwmon_show_raw  105 drivers/hwmon/s3c-hwmon.c static SENSOR_DEVICE_ATTR(adc7_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, 7);