Home
last modified time | relevance | path

Searched refs:cl_low (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
537 cl_low = clamp_val(low, -40000, 120000); in tsens_set_trips()
540 low_val = tsens_mC_to_hw(s, cl_low); 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
709 cl_low = clamp_val(low, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()
712 low_val = tsens_mC_to_hw(s, cl_low); 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