Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Drockchip_thermal.c104 struct rockchip_tsadc_chip { struct
106 int chn_id[SOC_MAX_SENSORS];
107 int chn_num;
110 int tshut_temp;
111 enum tshut_mode tshut_mode;
112 enum tshut_polarity tshut_polarity;
115 void (*initialize)(struct regmap *grf,
117 void (*irq_ack)(void __iomem *reg);
118 void (*control)(void __iomem *reg, bool on);
121 int (*get_temp)(const struct chip_tsadc_table *table,
[all …]