out_temp         1093 drivers/thermal/rockchip_thermal.c static int rockchip_thermal_get_temp(void *_sensor, int *out_temp)
out_temp         1101 drivers/thermal/rockchip_thermal.c 				 sensor->id, thermal->regs, out_temp);
out_temp         1103 drivers/thermal/rockchip_thermal.c 		sensor->id, *out_temp, retval);
out_temp          424 drivers/thermal/tegra/soctherm.c static int tegra_thermctl_get_temp(void *data, int *out_temp)
out_temp          431 drivers/thermal/tegra/soctherm.c 	*out_temp = translate_temp(val);
out_temp           33 drivers/thermal/tegra/tegra-bpmp-thermal.c static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp)
out_temp           56 drivers/thermal/tegra/tegra-bpmp-thermal.c 	*out_temp = reply.get_temp.temp;
out_temp          190 drivers/thermal/uniphier_thermal.c static int uniphier_tm_get_temp(void *data, int *out_temp)
out_temp          202 drivers/thermal/uniphier_thermal.c 	*out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000;