Searched refs:up_thresh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.c | 25 * @up_thresh: upper threshold temperature value 42 int up_thresh; member 345 d->up_thresh = tsens_hw_to_mC(s, UP_THRESH_0 + hw_id); in tsens_read_irq_state() 356 d->low_thresh, d->up_thresh, d->crit_thresh); in tsens_read_irq_state() 486 if (d.up_thresh > temp) { in tsens_irq_thread() 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 D | tsens.c | 27 * @up_thresh: upper threshold temperature value 44 int up_thresh; member 527 d->up_thresh = tsens_hw_to_mC(s, UP_THRESH_0 + hw_id); in tsens_read_irq_state() 538 d->low_thresh, d->up_thresh, d->crit_thresh); in tsens_read_irq_state() 727 hw_id, __func__, d.low_thresh, d.up_thresh, cl_low, cl_high); in tsens_set_trips()
|
Completed in 3 milliseconds