tsens_priv         59 drivers/thermal/qcom/tsens-8960.c static int suspend_8960(struct tsens_priv *priv)
tsens_priv         85 drivers/thermal/qcom/tsens-8960.c static int resume_8960(struct tsens_priv *priv)
tsens_priv        115 drivers/thermal/qcom/tsens-8960.c static int enable_8960(struct tsens_priv *priv, int id)
tsens_priv        141 drivers/thermal/qcom/tsens-8960.c static void disable_8960(struct tsens_priv *priv)
tsens_priv        165 drivers/thermal/qcom/tsens-8960.c static int init_8960(struct tsens_priv *priv)
tsens_priv        215 drivers/thermal/qcom/tsens-8960.c static int calibrate_8960(struct tsens_priv *priv)
tsens_priv        248 drivers/thermal/qcom/tsens-8960.c static int get_temp_8960(struct tsens_priv *priv, int id, int *temp)
tsens_priv         37 drivers/thermal/qcom/tsens-common.c void compute_intercept_slope(struct tsens_priv *priv, u32 *p1,
tsens_priv         86 drivers/thermal/qcom/tsens-common.c int get_temp_tsens_valid(struct tsens_priv *priv, int i, int *temp)
tsens_priv        126 drivers/thermal/qcom/tsens-common.c int get_temp_common(struct tsens_priv *priv, int i, int *temp)
tsens_priv        154 drivers/thermal/qcom/tsens-common.c int __init init_common(struct tsens_priv *priv)
tsens_priv        136 drivers/thermal/qcom/tsens-v0_1.c static int calibrate_8916(struct tsens_priv *priv)
tsens_priv        192 drivers/thermal/qcom/tsens-v0_1.c static int calibrate_8974(struct tsens_priv *priv)
tsens_priv         80 drivers/thermal/qcom/tsens-v1.c static int calibrate_v1(struct tsens_priv *priv)
tsens_priv         18 drivers/thermal/qcom/tsens.c 	struct tsens_priv *priv = s->priv;
tsens_priv         26 drivers/thermal/qcom/tsens.c 	struct tsens_priv *priv = s->priv;
tsens_priv         36 drivers/thermal/qcom/tsens.c 	struct tsens_priv *priv = dev_get_drvdata(dev);
tsens_priv         46 drivers/thermal/qcom/tsens.c 	struct tsens_priv *priv = dev_get_drvdata(dev);
tsens_priv         82 drivers/thermal/qcom/tsens.c static int tsens_register(struct tsens_priv *priv)
tsens_priv        107 drivers/thermal/qcom/tsens.c 	struct tsens_priv *priv;
tsens_priv        180 drivers/thermal/qcom/tsens.c 	struct tsens_priv *priv = platform_get_drvdata(pdev);
tsens_priv         22 drivers/thermal/qcom/tsens.h struct tsens_priv;
tsens_priv         41 drivers/thermal/qcom/tsens.h 	struct tsens_priv		*priv;
tsens_priv         63 drivers/thermal/qcom/tsens.h 	int (*init)(struct tsens_priv *priv);
tsens_priv         64 drivers/thermal/qcom/tsens.h 	int (*calibrate)(struct tsens_priv *priv);
tsens_priv         65 drivers/thermal/qcom/tsens.h 	int (*get_temp)(struct tsens_priv *priv, int i, int *temp);
tsens_priv         67 drivers/thermal/qcom/tsens.h 	int (*enable)(struct tsens_priv *priv, int i);
tsens_priv         68 drivers/thermal/qcom/tsens.h 	void (*disable)(struct tsens_priv *priv);
tsens_priv         69 drivers/thermal/qcom/tsens.h 	int (*suspend)(struct tsens_priv *priv);
tsens_priv         70 drivers/thermal/qcom/tsens.h 	int (*resume)(struct tsens_priv *priv);
tsens_priv         71 drivers/thermal/qcom/tsens.h 	int (*get_trend)(struct tsens_priv *priv, int i, enum thermal_trend *trend);
tsens_priv        315 drivers/thermal/qcom/tsens.h void compute_intercept_slope(struct tsens_priv *priv, u32 *pt1, u32 *pt2, u32 mode);
tsens_priv        316 drivers/thermal/qcom/tsens.h int init_common(struct tsens_priv *priv);
tsens_priv        317 drivers/thermal/qcom/tsens.h int get_temp_tsens_valid(struct tsens_priv *priv, int i, int *temp);
tsens_priv        318 drivers/thermal/qcom/tsens.h int get_temp_common(struct tsens_priv *priv, int i, int *temp);