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

/linux-4.1.27/drivers/acpi/
H A Dacpi_lpat.c24 * @lpat_table: the temperature_raw mapping table structure
58 * @lpat: the temperature_raw mapping table
146 * @lpat_table: the temperature_raw mapping table structure
/linux-4.1.27/drivers/power/
H A Dds2780_battery.c196 s16 temperature_raw; ds2780_get_temperature() local
208 ret = ds2780_read16(dev_info, &temperature_raw, ds2780_get_temperature()
219 *temperature = ((temperature_raw / 32) * 125) / 100; ds2780_get_temperature()

Completed in 152 milliseconds