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
1124
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_read_temp(const struct tsens_sensor *s, int field, int *temp)
drivers/thermal/qcom/tsens.c
386
static int tsens_hw_to_mC(const struct tsens_sensor *s, int temp)
drivers/thermal/qcom/tsens.c
412
static int tsens_mC_to_hw(const struct tsens_sensor *s, int temp)
drivers/thermal/qcom/tsens.c
542
const struct tsens_sensor *s,
drivers/thermal/qcom/tsens.c
659
const struct tsens_sensor *s = &priv->sensor[i];
drivers/thermal/qcom/tsens.c
706
const struct tsens_sensor *s = &priv->sensor[i];
drivers/thermal/qcom/tsens.c
752
struct tsens_sensor *s = thermal_zone_device_priv(tz);
drivers/thermal/qcom/tsens.c
812
int get_temp_tsens_valid(const struct tsens_sensor *s, int *temp)
drivers/thermal/qcom/tsens.c
825
int get_temp_common(const struct tsens_sensor *s, int *temp)
drivers/thermal/qcom/tsens.h
601
struct tsens_sensor sensor[] __counted_by(num_sensors);
drivers/thermal/qcom/tsens.h
648
int get_temp_tsens_valid(const struct tsens_sensor *s, int *temp);
drivers/thermal/qcom/tsens.h
649
int get_temp_common(const struct tsens_sensor *s, int *temp);
drivers/thermal/qcom/tsens.h
83
int (*get_temp)(const struct tsens_sensor *s, int *temp);