EXYNOS_FIRST_POINT_TRIM 212 drivers/thermal/samsung/exynos_tmu.c return temp + data->temp_error1 - EXYNOS_FIRST_POINT_TRIM; EXYNOS_FIRST_POINT_TRIM 214 drivers/thermal/samsung/exynos_tmu.c return (temp - EXYNOS_FIRST_POINT_TRIM) * EXYNOS_FIRST_POINT_TRIM 216 drivers/thermal/samsung/exynos_tmu.c (EXYNOS_SECOND_POINT_TRIM - EXYNOS_FIRST_POINT_TRIM) + EXYNOS_FIRST_POINT_TRIM 227 drivers/thermal/samsung/exynos_tmu.c return temp_code - data->temp_error1 + EXYNOS_FIRST_POINT_TRIM; EXYNOS_FIRST_POINT_TRIM 230 drivers/thermal/samsung/exynos_tmu.c (EXYNOS_SECOND_POINT_TRIM - EXYNOS_FIRST_POINT_TRIM) / EXYNOS_FIRST_POINT_TRIM 232 drivers/thermal/samsung/exynos_tmu.c EXYNOS_FIRST_POINT_TRIM;