Searched refs:temp_raw (Results 1 – 6 of 6) sorted by relevance
212 u8 temp_raw; in drivetemp_get_smarttemp() local239 temp_raw = attr[7]; in drivetemp_get_smarttemp()243 temp_raw = attr[7]; in drivetemp_get_smarttemp()250 *temp = temp_raw * 1000; in drivetemp_get_smarttemp()
26 int peci_temp_read(struct peci_device *device, s16 *temp_raw);
21 int peci_temp_read(struct peci_device *device, s16 *temp_raw) in peci_temp_read() argument29 *temp_raw = peci_request_temp_read(req); in peci_temp_read()
101 int temp_raw; /* units of 0.125 °C */ member312 di->temp_raw = (((signed char)di->raw[DS2760_TEMP_MSB]) << 3) | in ds2760_battery_read_status()314 di->temp_C = di->temp_raw + (di->temp_raw / 4); in ds2760_battery_read_status()
193 int temp_raw; in ds2781_get_temperature() local208 temp_raw = ((val[0]) << 3) | in ds2781_get_temperature()210 *temp = temp_raw + (temp_raw / 4); in ds2781_get_temperature()
91 s32 temp_raw; member499 data->temp_raw = sign_extend32(raw, 23); in dps310_read_temp_ready()651 t = (s64)data->temp_raw; in dps310_calculate_pressure()746 t = c0 + ((s64)data->temp_raw * (s64)data->c1); in dps310_calculate_temp()