Searched defs:tsens_ops (Results 1 – 1 of 1) sorted by relevance
70 struct tsens_ops { struct72 int (*init)(struct tsens_priv *priv);73 int (*calibrate)(struct tsens_priv *priv);74 int (*get_temp)(const struct tsens_sensor *s, int *temp);76 int (*enable)(struct tsens_priv *priv, int i);77 void (*disable)(struct tsens_priv *priv);78 int (*suspend)(struct tsens_priv *priv);79 int (*resume)(struct tsens_priv *priv);80 int (*get_trend)(struct tsens_sensor *s, enum thermal_trend *trend);