Searched refs:out_temp (Results 1 – 4 of 4) sorted by relevance
42 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp) in tegra_bpmp_thermal_get_temp() argument65 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
307 static int tegra_thermctl_get_temp(void *data, int *out_temp) in tegra_thermctl_get_temp() argument314 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()
201 static int uniphier_tm_get_temp(void *data, int *out_temp) in uniphier_tm_get_temp() argument213 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
1063 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp() argument1071 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()1073 sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()