Searched refs:cl_high (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/thermal/qcom/ |
D | tsens.c | 695 int high_val, low_val, cl_high, cl_low; in tsens_set_trips() local 708 cl_high = clamp_val(high, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips() 711 high_val = tsens_mC_to_hw(s, cl_high); in tsens_set_trips() 727 hw_id, __func__, d.low_thresh, d.up_thresh, cl_low, cl_high); in tsens_set_trips()
|