Symbol: tsens_sensor
drivers/thermal/qcom/tsens-v2.c
141
static int tsens_v2_calibrate_sensor(struct device *dev, struct tsens_sensor *sensor,
drivers/thermal/qcom/tsens.c
1081
struct tsens_sensor *s = thermal_zone_device_priv(tz);
drivers/thermal/qcom/tsens.c
291
static inline u32 degc_to_code(int degc, const struct tsens_sensor *s)
drivers/thermal/qcom/tsens.c
299
static inline int code_to_degc(u32 adc_code, const struct tsens_sensor *s)
drivers/thermal/qcom/tsens.c
329
static int tsens_hw_to_mC(const struct tsens_sensor *s, int field)
drivers/thermal/qcom/tsens.c
361
static int tsens_mC_to_hw(const struct tsens_sensor *s, int temp)
drivers/thermal/qcom/tsens.c
491
const struct tsens_sensor *s,
drivers/thermal/qcom/tsens.c
598
const struct tsens_sensor *s = &priv->sensor[i];
drivers/thermal/qcom/tsens.c
645
const struct tsens_sensor *s = &priv->sensor[i];
drivers/thermal/qcom/tsens.c
691
struct tsens_sensor *s = thermal_zone_device_priv(tz);
drivers/thermal/qcom/tsens.c
751
int get_temp_tsens_valid(const struct tsens_sensor *s, int *temp)
drivers/thermal/qcom/tsens.c
782
int get_temp_common(const struct tsens_sensor *s, int *temp)
drivers/thermal/qcom/tsens.h
591
struct tsens_sensor sensor[] __counted_by(num_sensors);
drivers/thermal/qcom/tsens.h
638
int get_temp_tsens_valid(const struct tsens_sensor *s, int *temp);
drivers/thermal/qcom/tsens.h
639
int get_temp_common(const struct tsens_sensor *s, int *temp);
drivers/thermal/qcom/tsens.h
82
int (*get_temp)(const struct tsens_sensor *s, int *temp);