Searched defs:thermal_cooling_device (Results 1 – 3 of 3) sorted by relevance
98 struct thermal_cooling_device { struct106 const struct thermal_cooling_device_ops *ops; argument107 bool updated; /* true if the cooling device does not need update */108 struct mutex lock; /* protect thermal_instances list */109 struct list_head thermal_instances;110 struct list_head node;
354 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_device()387 struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_maps()
544 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device()