Home
last modified time | relevance | path

Searched refs:min_low_temp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c187 static const int min_low_temp = -127000; variable
333 temp = clamp_val(trip_temp, min_low_temp, max_high_temp); in enforce_temp_range()