Lines Matching refs:tsens_priv
28 struct tsens_priv;
54 struct tsens_priv *priv;
74 int (*init)(struct tsens_priv *priv);
75 int (*calibrate)(struct tsens_priv *priv);
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);
565 struct tsens_priv { struct
622 int tsens_read_calibration_legacy(struct tsens_priv *priv,
626 int tsens_read_calibration(struct tsens_priv *priv, int shift, u32 *p1, u32 *p2, bool backup);
627 int tsens_calibrate_nvmem(struct tsens_priv *priv, int shift);
628 int tsens_calibrate_common(struct tsens_priv *priv);
629 void compute_intercept_slope(struct tsens_priv *priv, u32 *pt1, u32 *pt2, u32 mode);
630 int init_common(struct tsens_priv *priv);