Searched defs:tsens_ops (Results 1 – 1 of 1) sorted by relevance
69 struct tsens_ops { struct71 int (*init)(struct tsens_priv *priv);72 int (*calibrate)(struct tsens_priv *priv);73 int (*get_temp)(const struct tsens_sensor *s, int *temp);75 int (*enable)(struct tsens_priv *priv, int i);76 void (*disable)(struct tsens_priv *priv);77 int (*suspend)(struct tsens_priv *priv);78 int (*resume)(struct tsens_priv *priv);