Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c192 struct rockchip_tsadc_chip { struct
194 int chn_id[SOC_MAX_SENSORS];
195 int chn_num;
196 fdt_addr_t base;
197 fdt_addr_t grf;
222 const struct rockchip_tsadc_chip *data; argument
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c109 struct rockchip_tsadc_chip { struct
111 int chn_id[SOC_MAX_SENSORS];
112 int chn_num;
115 int conversion_time;
118 int trim_slope;
121 int tshut_temp;
122 enum tshut_mode tshut_mode;
123 enum tshut_polarity tshut_polarity;
126 void (*initialize)(struct regmap *grf,
128 void (*irq_ack)(void __iomem *reg);
[all …]