Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dthermal.h104 struct thermal_zone_device { struct
117 const struct thermal_zone_device_ops *ops; argument
118 struct list_head cooling_devices;
119 struct idr idr;
120 struct mutex lock; /* protect cooling devices list */
121 struct list_head node;
122 struct delayed_work poll_queue;
124 struct list_head hwmon_node;
125 struct thermal_hwmon_device *hwmon;
126 struct thermal_hwmon_attr temp_input; /* hwmon sys attr */
[all …]