Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dtsens.c299 static inline int code_to_degc(u32 adc_code, const struct tsens_sensor *s) in code_to_degc() function
345 return code_to_degc(temp, s) * 1000; in tsens_hw_to_mC()
803 *temp = code_to_degc(last_temp, s) * 1000; in get_temp_common()