Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/qcom/
A Dtsens-v2.c39 .trip_max_temp = 120000,
50 .trip_max_temp = 204000,
A Dtsens-v1.c101 .trip_max_temp = 120000,
A Dtsens-8960.c277 .trip_max_temp = 120000,
A Dtsens-v0_1.c271 .trip_max_temp = 120000,
A Dtsens.h517 int trip_max_temp; member
A Dtsens.c694 cl_high = clamp_val(high, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()
695 cl_low = clamp_val(low, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()

Completed in 10 milliseconds