Searched defs:thermal_cooling_device (Results 1 – 1 of 1) sorted by relevance
105 struct thermal_cooling_device { struct113 const struct thermal_cooling_device_ops *ops; argument114 bool updated; /* true if the cooling device does not need update */115 struct mutex lock; /* protect thermal_instances list */116 struct list_head thermal_instances;117 struct list_head node;