Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h121 struct thermal_cooling_device { struct
127 const struct thermal_cooling_device_ops *ops; argument
128 bool updated; /* true if the cooling device does not need update */
129 struct mutex lock; /* protect thermal_instances list */
130 struct list_head thermal_instances;
131 struct list_head node;