Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c1221 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp() argument
1228 retval = tsadc->get_temp(&tsadc->table, sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()
1230 *out_temp -= tsadc->trim_temp(thermal->pdev); in rockchip_thermal_get_temp()
1232 dev_dbg(&thermal->pdev->dev, "sensor %d - temp: %d, retval: %d\n", sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()

Completed in 3 milliseconds