Lines Matching defs:thermal_zone_device
164 struct thermal_zone_device { struct
186 struct thermal_zone_device_ops *ops; argument
187 struct thermal_zone_params *tzp;
188 struct thermal_governor *governor;
189 void *governor_data;
190 struct list_head thermal_instances;
191 struct ida ida;
192 struct mutex lock;
193 struct list_head node;
194 struct delayed_work poll_queue;
218 int (*bind_to_tz)(struct thermal_zone_device *tz); argument