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