Searched refs:out_temp (Results 1 – 4 of 4) sorted by relevance
34 int *out_temp) in __tegra_bpmp_thermal_get_temp() argument 60 *out_temp = reply.get_temp.temp; in __tegra_bpmp_thermal_get_temp() 65 static int tegra_bpmp_thermal_get_temp(struct thermal_zone_device *tz, int *out_temp) in tegra_bpmp_thermal_get_temp() argument 69 return __tegra_bpmp_thermal_get_temp(zone, out_temp); in tegra_bpmp_thermal_get_temp()
424 static int tegra_thermctl_get_temp(struct thermal_zone_device *tz, int *out_temp) in tegra_thermctl_get_temp() argument 431 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()
187 static int uniphier_tm_get_temp(struct thermal_zone_device *tz, int *out_temp) in uniphier_tm_get_temp() argument 199 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
1454 static int rockchip_thermal_get_temp(struct thermal_zone_device *tz, int *out_temp) in rockchip_thermal_get_temp() argument 1462 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp() 1463 *out_temp -= sensor->trim_temp; in rockchip_thermal_get_temp()