Symbol: ths_device
drivers/thermal/sun8i_thermal.c
100
static int sun8i_ths_calc_temp(struct ths_device *tmdev,
drivers/thermal/sun8i_thermal.c
106
static int sun50i_h5_calc_temp(struct ths_device *tmdev,
drivers/thermal/sun8i_thermal.c
120
struct ths_device *tmdev = s->tmdev;
drivers/thermal/sun8i_thermal.c
156
static unsigned long sun8i_h3_irq_ack(struct ths_device *tmdev)
drivers/thermal/sun8i_thermal.c
174
static unsigned long sun50i_h6_irq_ack(struct ths_device *tmdev)
drivers/thermal/sun8i_thermal.c
194
struct ths_device *tmdev = data;
drivers/thermal/sun8i_thermal.c
209
static int sun8i_h3_ths_calibrate(struct ths_device *tmdev,
drivers/thermal/sun8i_thermal.c
229
static int sun50i_h6_ths_calibrate(struct ths_device *tmdev,
drivers/thermal/sun8i_thermal.c
302
static int sun8i_ths_calibrate(struct ths_device *tmdev)
drivers/thermal/sun8i_thermal.c
376
static int sun8i_ths_resource_init(struct ths_device *tmdev)
drivers/thermal/sun8i_thermal.c
440
static int sun8i_h3_thermal_init(struct ths_device *tmdev)
drivers/thermal/sun8i_thermal.c
475
static int sun50i_h6_thermal_init(struct ths_device *tmdev)
drivers/thermal/sun8i_thermal.c
524
static int sun8i_ths_register(struct ths_device *tmdev)
drivers/thermal/sun8i_thermal.c
556
struct ths_device *tmdev;
drivers/thermal/sun8i_thermal.c
63
struct ths_device *tmdev;
drivers/thermal/sun8i_thermal.c
77
int (*calibrate)(struct ths_device *tmdev,
drivers/thermal/sun8i_thermal.c
79
int (*init)(struct ths_device *tmdev);
drivers/thermal/sun8i_thermal.c
80
unsigned long (*irq_ack)(struct ths_device *tmdev);
drivers/thermal/sun8i_thermal.c
81
int (*calc_temp)(struct ths_device *tmdev,