Lines Matching defs:ths_device
61 struct ths_device *tmdev;
74 int (*calibrate)(struct ths_device *tmdev,
76 int (*init)(struct ths_device *tmdev);
77 int (*irq_ack)(struct ths_device *tmdev);
78 int (*calc_temp)(struct ths_device *tmdev,
82 struct ths_device {
93 static int sun8i_ths_calc_temp(struct ths_device *tmdev,
99 static int sun50i_h5_calc_temp(struct ths_device *tmdev,
113 struct ths_device *tmdev = s->tmdev;
149 static int sun8i_h3_irq_ack(struct ths_device *tmdev)
166 static int sun50i_h6_irq_ack(struct ths_device *tmdev)
185 struct ths_device *tmdev = data;
199 static int sun8i_h3_ths_calibrate(struct ths_device *tmdev,
219 static int sun50i_h6_ths_calibrate(struct ths_device *tmdev,
280 static int sun8i_ths_calibrate(struct ths_device *tmdev)
326 static int sun8i_ths_resource_init(struct ths_device *tmdev)
377 static int sun8i_h3_thermal_init(struct ths_device *tmdev)
418 static int sun50i_h6_thermal_init(struct ths_device *tmdev)
455 static int sun8i_ths_register(struct ths_device *tmdev)
480 struct ths_device *tmdev;