Searched defs:tsens_ops (Results 1 – 1 of 1) sorted by relevance
72 struct tsens_ops { struct74 int (*init)(struct tsens_priv *priv);75 int (*calibrate)(struct tsens_priv *priv);76 int (*get_temp)(const struct tsens_sensor *s, int *temp);78 int (*enable)(struct tsens_priv *priv, int i);79 void (*disable)(struct tsens_priv *priv);80 int (*suspend)(struct tsens_priv *priv);81 int (*resume)(struct tsens_priv *priv);
Completed in 6 milliseconds