Home
last modified time | relevance | path

Searched refs:tsens_hw_to_mC (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/thermal/qcom/
H A Dtsens.c328 static int tsens_hw_to_mC(const struct tsens_sensor *s, int field) in tsens_hw_to_mC() function
517 d->crit_thresh = tsens_hw_to_mC(s, CRIT_THRESH_0 + hw_id); in tsens_read_irq_state()
527 d->up_thresh = tsens_hw_to_mC(s, UP_THRESH_0 + hw_id); in tsens_read_irq_state()
528 d->low_thresh = tsens_hw_to_mC(s, LOW_THRESH_0 + hw_id); in tsens_read_irq_state()
776 *temp = tsens_hw_to_mC(s, temp_idx); in get_temp_tsens_valid()