Searched refs:out_temp (Results 1 – 4 of 4) sorted by relevance
33 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp) in tegra_bpmp_thermal_get_temp() argument56 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
424 static int tegra_thermctl_get_temp(void *data, int *out_temp) in tegra_thermctl_get_temp() argument431 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()
190 static int uniphier_tm_get_temp(void *data, int *out_temp) in uniphier_tm_get_temp() argument202 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
1227 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp() argument1235 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()1237 sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()