Home
last modified time | relevance | path

Searched defs:tsens_sensor (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/thermal/qcom/
Dtsens.h24 struct tsens_sensor { struct
25 struct tsens_device *tmdev;
26 struct thermal_zone_device *tzd;
27 int offset;
28 int id;
29 int hw_id;
30 int slope;
31 u32 status;
/kernel/linux/linux-5.10/drivers/thermal/qcom/
Dtsens.h48 struct tsens_sensor { struct
72 int (*get_temp)(const struct tsens_sensor *s, int *temp); argument