Lines Matching defs:thermal_zone_device
53275 struct thermal_zone_device { struct
53297 struct thermal_zone_device_ops *ops; argument
53298 struct thermal_zone_params *tzp;
53299 struct thermal_governor *governor;
53300 void *governor_data;
53301 struct list_head thermal_instances;
53302 struct ida ida;
53303 struct mutex lock;
53304 struct list_head node;
53305 struct delayed_work poll_queue;
53306 enum thermal_notify_event notify_event;