Lines Matching defs:st_thermal_sensor
82 struct st_thermal_sensor { struct
85 const struct st_thermal_sensor_ops *ops; argument
86 const struct st_thermal_compat_data *cdata;
87 struct clk *clk;
88 struct regmap *regmap;
89 struct regmap_field *pwr;
90 struct regmap_field *dcorrect;
91 struct regmap_field *overflow;
92 struct regmap_field *temp_data;
93 struct regmap_field *int_thresh_hi;
94 struct regmap_field *int_enable;
95 int irq;
96 void __iomem *mmio_base;