Lines Matching defs:tsens_priv
24 struct tsens_priv;
49 struct tsens_priv *priv;
70 int (*init)(struct tsens_priv *priv);
71 int (*calibrate)(struct tsens_priv *priv);
74 int (*enable)(struct tsens_priv *priv, int i);
75 void (*disable)(struct tsens_priv *priv);
76 int (*suspend)(struct tsens_priv *priv);
77 int (*resume)(struct tsens_priv *priv);
538 * struct tsens_priv - private data for each instance of the tsens IP
556 struct tsens_priv {
579 void compute_intercept_slope(struct tsens_priv *priv, u32 *pt1, u32 *pt2, u32 mode);
580 int init_common(struct tsens_priv *priv);