Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/qcom/
Dtsens.h24 struct tsens_sensor { struct
83 struct tsens_sensor sensor[0];
Dtsens-common.c84 static inline int code_to_degc(u32 adc_code, const struct tsens_sensor *s) in code_to_degc()
105 struct tsens_sensor *s = &tmdev->sensor[id]; in get_temp_common()
Dtsens-8960.c230 struct tsens_sensor *s = tmdev->sensor; in calibrate_8960()
245 static inline int code_to_mdegC(u32 adc_code, const struct tsens_sensor *s) in code_to_mdegC()
259 const struct tsens_sensor *s = &tmdev->sensor[id]; in get_temp_8960()
Dtsens.c26 const struct tsens_sensor *s = data; in tsens_get_temp()
34 const struct tsens_sensor *s = p; in tsens_get_trend()
Dtsens-v2.c17 struct tsens_sensor *s = &tmdev->sensor[id]; in get_temp_tsens_v2()