Searched defs:rockchip_thermal_data (Results 1 – 1 of 1) sorted by relevance
154 struct rockchip_thermal_data { struct155 const struct rockchip_tsadc_chip *chip;156 struct platform_device *pdev;157 struct reset_control *reset;159 struct rockchip_thermal_sensor sensors[SOC_MAX_SENSORS];161 struct clk *clk;162 struct clk *pclk;164 struct regmap *grf;165 void __iomem *regs;167 int tshut_temp;[all …]