Home
last modified time | relevance | path

Searched refs:cl_high (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/qcom/
H A Dtsens.c530 int high_val, low_val, cl_high, cl_low; in tsens_set_trips() local
536 cl_high = clamp_val(high, -40000, 120000); in tsens_set_trips()
539 high_val = tsens_mC_to_hw(s, cl_high); in tsens_set_trips()
555 hw_id, __func__, d.low_thresh, d.up_thresh, cl_low, cl_high); in tsens_set_trips()
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H A Dtsens.c695 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()

Completed in 4 milliseconds