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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dds2760_battery.c46 int temp_raw; /* units of 0.125 ��C */ member in struct:ds2760_device_info
163 di->temp_raw = (((signed char)di->raw[DS2760_TEMP_MSB]) << 3) |
165 di->temp_C = di->temp_raw + (di->temp_raw / 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dsysfs.h245 IIO_DEVICE_ATTR(temp_raw, S_IRUGO, _show, NULL, 0)

Completed in 162 milliseconds