Searched defs:thermal_zone_device (Results 1 – 1 of 1) sorted by relevance
73996 struct thermal_zone_device { struct74017 struct thermal_zone_device_ops *ops; argument74018 struct thermal_zone_params *tzp;74019 struct thermal_governor *governor;74020 void *governor_data;74021 struct list_head thermal_instances;74022 struct ida ida;74023 struct mutex lock;74024 struct list_head node;74025 struct delayed_work poll_queue;[all …]