Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dtsens-v1.c79 .trip_max_temp = 120000,
90 .trip_max_temp = 120000,
H A Dtsens-8960.c277 .trip_max_temp = 120000,
H A Dtsens-v0_1.c289 .trip_max_temp = 120000,
H A Dtsens.h524 int trip_max_temp; member
H A Dtsens.c709 cl_high = clamp_val(high, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()
710 cl_low = clamp_val(low, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()