temp_raw 91 drivers/iio/pressure/dps310.c s32 temp_raw; temp_raw 346 drivers/iio/pressure/dps310.c data->temp_raw = sign_extend32(raw, 23); temp_raw 501 drivers/iio/pressure/dps310.c t = (s64)data->temp_raw; temp_raw 596 drivers/iio/pressure/dps310.c t = c0 + ((s64)data->temp_raw * (s64)data->c1); temp_raw 101 drivers/power/supply/ds2760_battery.c int temp_raw; /* units of 0.125 °C */ temp_raw 312 drivers/power/supply/ds2760_battery.c di->temp_raw = (((signed char)di->raw[DS2760_TEMP_MSB]) << 3) | temp_raw 314 drivers/power/supply/ds2760_battery.c di->temp_C = di->temp_raw + (di->temp_raw / 4); temp_raw 193 drivers/power/supply/ds2781_battery.c int temp_raw; temp_raw 208 drivers/power/supply/ds2781_battery.c temp_raw = ((val[0]) << 3) | temp_raw 210 drivers/power/supply/ds2781_battery.c *temp = temp_raw + (temp_raw / 4);