Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Drockchip_thermal.c369 static int rockchip_thermal_get_temp(void *_sensor, long *out_temp) in rockchip_thermal_get_temp() argument
376 retval = tsadc->get_temp(sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()
378 sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()
Dtegra_soctherm.c309 static int tegra_thermctl_get_temp(void *data, long *out_temp) in tegra_thermctl_get_temp() argument
315 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()