Home
last modified time | relevance | path

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

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