temp_frac         201 drivers/hwmon/adt7462.c 	u8			temp_frac[ADT7462_TEMP_COUNT];
temp_frac         690 drivers/hwmon/adt7462.c 		data->temp_frac[i] = i2c_smbus_read_byte_data(client,
temp_frac         855 drivers/hwmon/adt7462.c 	u8 frac = data->temp_frac[attr->index] >> TEMP_FRAC_OFFSET;