Searched defs:rcar_thermal_priv (Results 1 – 1 of 1) sorted by relevance
85 struct rcar_thermal_priv { struct86 void __iomem *base;87 struct rcar_thermal_common *common;88 struct thermal_zone_device *zone;89 const struct rcar_thermal_chip *chip;90 struct delayed_work work;91 struct mutex lock;92 struct list_head list;93 int id;94 u32 ctemp;