Home
last modified time | relevance | path

Searched defs:rockchip_tsadc_chip (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/thermal/
Drockchip_thermal.c99 struct rockchip_tsadc_chip { struct
101 int chn_id[SOC_MAX_SENSORS];
102 int chn_num;
105 int tshut_temp;
106 enum tshut_mode tshut_mode;
107 enum tshut_polarity tshut_polarity;
110 void (*initialize)(struct regmap *grf,
112 void (*irq_ack)(void __iomem *reg);
113 void (*control)(void __iomem *reg, bool on);
116 int (*get_temp)(const struct chip_tsadc_table *table,
[all …]