Home
last modified time | relevance | path

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

/linux/include/linux/
A Dthermal.h92 struct thermal_cooling_device { struct
99 const struct thermal_cooling_device_ops *ops; argument
100 bool updated; /* true if the cooling device does not need update */
101 struct mutex lock; /* protect thermal_instances list */
102 struct list_head thermal_instances;
103 struct list_head node;
/linux/drivers/thermal/
A Dthermal_core.c538 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device()

Completed in 13 milliseconds