Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Drockchip_thermal.c1442 static int rockchip_thermal_get_temp(struct thermal_zone_device *tz, int *out_temp) in rockchip_thermal_get_temp() argument
1450 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()
1451 *out_temp -= sensor->trim_temp; in rockchip_thermal_get_temp()
/linux/drivers/thermal/tegra/
H A Dsoctherm.c431 static int tegra_thermctl_get_temp(struct thermal_zone_device *tz, int *out_temp) in tegra_thermctl_get_temp() argument
438 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()