Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/qcom/
Dtsens-v2.c38 .trip_min_temp = -40000,
49 .trip_min_temp = 0,
Dtsens-v1.c78 .trip_min_temp = -40000,
Dtsens-8960.c276 .trip_min_temp = -40000,
Dtsens-v0_1.c288 .trip_min_temp = -40000,
Dtsens.h520 int trip_min_temp; member
Dtsens.c708 cl_high = clamp_val(high, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()
709 cl_low = clamp_val(low, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()