Searched refs:tmu_set_crit_temp (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/thermal/samsung/
H A Dexynos_tmu.c164 * @tmu_set_crit_temp: SoC specific method to set critical temperature
192 void (*tmu_set_crit_temp)(struct exynos_tmu_data *data, u8 temp); member in struct:exynos_tmu_data
300 data->tmu_set_crit_temp(data, temp / MCELSIUS);
874 data->tmu_set_crit_temp = exynos4210_tmu_set_crit_temp;
895 data->tmu_set_crit_temp = exynos4412_tmu_set_crit_temp;
916 data->tmu_set_crit_temp = exynos5433_tmu_set_crit_temp;
936 data->tmu_set_crit_temp = exynos7_tmu_set_crit_temp;

Completed in 213 milliseconds