Searched defs:tsens_sensor (Results 1 – 2 of 2) sorted by relevance
24 struct tsens_sensor { struct25 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;
48 struct tsens_sensor { struct72 int (*get_temp)(const struct tsens_sensor *s, int *temp); argument