Home
last modified time | relevance | path

Searched refs:ths_device (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/thermal/
Dsun8i_thermal.c62 struct ths_device *tmdev;
76 int (*calibrate)(struct ths_device *tmdev,
78 int (*init)(struct ths_device *tmdev);
79 unsigned long (*irq_ack)(struct ths_device *tmdev);
80 int (*calc_temp)(struct ths_device *tmdev,
84 struct ths_device { struct
99 static int sun8i_ths_calc_temp(struct ths_device *tmdev, in sun8i_ths_calc_temp() argument
105 static int sun50i_h5_calc_temp(struct ths_device *tmdev, in sun50i_h5_calc_temp()
119 struct ths_device *tmdev = s->tmdev; in sun8i_ths_get_temp()
155 static unsigned long sun8i_h3_irq_ack(struct ths_device *tmdev) in sun8i_h3_irq_ack()
[all …]