Searched defs:rockchip_thermal_data (Results 1 – 1 of 1) sorted by relevance
139 struct rockchip_thermal_data { struct140 const struct rockchip_tsadc_chip *chip;141 struct platform_device *pdev;142 struct reset_control *reset;146 struct clk *clk;147 struct clk *pclk;149 struct regmap *grf;150 void __iomem *regs;152 int tshut_temp;153 enum tshut_mode tshut_mode;[all …]