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