Home
last modified time | relevance | path

Searched defs:thermal_cooling_device_instance (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/thermal/
Dthermal_sys.c44 struct thermal_cooling_device_instance { struct
45 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;