Searched refs:temp_frac (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlprocfs_status.c140 long temp_frac; lprocfs_read_frac_helper() local
143 temp_frac = frac_val * 10; lprocfs_read_frac_helper()
145 while (frac_bits < 2 && (temp_frac / mult) < 1) { lprocfs_read_frac_helper()
148 temp_frac *= 10; lprocfs_read_frac_helper()
/linux-4.1.27/drivers/hwmon/
H A Dadt7462.c214 u8 temp_frac[ADT7462_TEMP_COUNT]; member in struct:adt7462_data
699 data->temp_frac[i] = i2c_smbus_read_byte_data(client, adt7462_update_device()
868 u8 frac = data->temp_frac[attr->index] >> TEMP_FRAC_OFFSET; show_temp()

Completed in 133 milliseconds