Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/qcom/
H A Dtsens.c116 static inline int code_to_degc(u32 adc_code, const struct tsens_sensor *s) in code_to_degc() function
162 return code_to_degc(temp, s) * 1000; in tsens_hw_to_mC()
617 *temp = code_to_degc(last_temp, s) * 1000; in get_temp_common()
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H A Dtsens.c298 static inline int code_to_degc(u32 adc_code, const struct tsens_sensor *s) in code_to_degc() function
344 return code_to_degc(temp, s) * 1000; in tsens_hw_to_mC()
802 *temp = code_to_degc(last_temp, s) * 1000; in get_temp_common()

Completed in 4 milliseconds