Lines Matching refs:tsens_priv
22 struct tsens_priv;
41 struct tsens_priv *priv;
63 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);
300 struct tsens_priv { struct
315 void compute_intercept_slope(struct tsens_priv *priv, u32 *pt1, u32 *pt2, u32 mode); argument
316 int init_common(struct tsens_priv *priv);
317 int get_temp_tsens_valid(struct tsens_priv *priv, int i, int *temp);
318 int get_temp_common(struct tsens_priv *priv, int i, int *temp);