Searched refs:tmu_set_trip_hyst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/samsung/ |
H A D | exynos_tmu.c | 169 * @tmu_set_trip_hyst: SoC specific to set hysteresis (falling threshold) 199 void (*tmu_set_trip_hyst)(struct exynos_tmu_data *data, int trip, member 318 data->tmu_set_trip_hyst(data, i, temp, hyst); in exynos_tmu_initialize() 902 data->tmu_set_trip_hyst = exynos4210_tmu_set_trip_hyst; in exynos_map_dt_data() 921 data->tmu_set_trip_hyst = exynos4412_tmu_set_trip_hyst; in exynos_map_dt_data() 940 data->tmu_set_trip_hyst = exynos5433_tmu_set_trip_hyst; in exynos_map_dt_data() 958 data->tmu_set_trip_hyst = exynos7_tmu_set_trip_hyst; in exynos_map_dt_data()
|
/kernel/linux/linux-6.6/drivers/thermal/samsung/ |
H A D | exynos_tmu.c | 168 * @tmu_set_trip_hyst: SoC specific to set hysteresis (falling threshold) 198 void (*tmu_set_trip_hyst)(struct exynos_tmu_data *data, int trip, member 305 data->tmu_set_trip_hyst(data, i, trip.temperature / MCELSIUS, in exynos_tmu_initialize() 895 data->tmu_set_trip_hyst = exynos4210_tmu_set_trip_hyst; in exynos_map_dt_data() 914 data->tmu_set_trip_hyst = exynos4412_tmu_set_trip_hyst; in exynos_map_dt_data() 933 data->tmu_set_trip_hyst = exynos5433_tmu_set_trip_hyst; in exynos_map_dt_data() 951 data->tmu_set_trip_hyst = exynos7_tmu_set_trip_hyst; in exynos_map_dt_data()
|
Completed in 4 milliseconds