Lines Matching defs:thermal_zone_device
107 struct thermal_zone_device { struct
127 struct thermal_zone_device_ops ops; argument
128 struct thermal_zone_params *tzp;
129 struct thermal_governor *governor;
130 void *governor_data;
131 struct list_head thermal_instances;
132 struct ida ida;
133 struct mutex lock;
134 struct list_head node;
135 struct delayed_work poll_queue;
136 enum thermal_notify_event notify_event;
137 bool suspended;
138 bool resuming;
140 struct thermal_debugfs *debugfs;