Searched defs:thermal_cooling_device (Results 1 – 2 of 2) sorted by relevance
93 struct thermal_cooling_device { struct100 const struct thermal_cooling_device_ops *ops; argument101 bool updated; /* true if the cooling device does not need update */102 struct mutex lock; /* protect thermal_instances list */103 struct list_head thermal_instances;104 struct list_head node;
722 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device()