Searched defs:thermal_cooling_device_instance (Results 1 – 1 of 1) sorted by relevance
44 struct thermal_cooling_device_instance { struct45 int id;46 char name[THERMAL_NAME_LENGTH];47 struct thermal_zone_device *tz;48 struct thermal_cooling_device *cdev;49 int trip;50 char attr_name[THERMAL_NAME_LENGTH];51 struct device_attribute attr;52 struct list_head node;