Searched defs:tsens_ops (Results 1 – 1 of 1) sorted by relevance
61 struct tsens_ops { struct63 int (*init)(struct tsens_priv *priv);64 int (*calibrate)(struct tsens_priv *priv);65 int (*get_temp)(struct tsens_priv *priv, int i, int *temp);67 int (*enable)(struct tsens_priv *priv, int i);68 void (*disable)(struct tsens_priv *priv);69 int (*suspend)(struct tsens_priv *priv);70 int (*resume)(struct tsens_priv *priv);71 int (*get_trend)(struct tsens_priv *priv, int i, enum thermal_trend *trend);