tmp103_temp        86 drivers/hwmon/tmp103.c static SENSOR_DEVICE_ATTR_RO(temp1_input, tmp103_temp, TMP103_TEMP_REG);
tmp103_temp        88 drivers/hwmon/tmp103.c static SENSOR_DEVICE_ATTR_RW(temp1_min, tmp103_temp, TMP103_TLOW_REG);
tmp103_temp        90 drivers/hwmon/tmp103.c static SENSOR_DEVICE_ATTR_RW(temp1_max, tmp103_temp, TMP103_THIGH_REG);