Searched defs:thermal_cooling_device (Results 1 – 1 of 1) sorted by relevance
130 struct thermal_cooling_device { struct137 const struct thermal_cooling_device_ops *ops; argument138 bool updated; /* true if the cooling device does not need update */139 struct mutex lock; /* protect thermal_instances list */140 struct list_head thermal_instances;141 struct list_head node;