Searched refs:cl_low (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/thermal/qcom/ |
| D | tsens.c | 542 int high_val, low_val, cl_high, cl_low; in tsens_set_trips() local 556 cl_low = clamp_val(low, -40000, 120000); in tsens_set_trips() 559 low_val = tsens_mC_to_hw(s, cl_low); in tsens_set_trips() 574 hw_id, __func__, d.low_thresh, d.up_thresh, cl_low, cl_high); in tsens_set_trips()
|