Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dthermal.h122 struct thermal_cooling_device { struct
130 const struct thermal_cooling_device_ops *ops; argument
131 bool updated; /* true if the cooling device does not need update */
132 struct mutex lock; /* protect thermal_instances list */
133 struct list_head thermal_instances;
134 struct list_head node;
136 struct thermal_debugfs *debugfs;
/linux-6.12.1/drivers/thermal/
Dthermal_core.c690 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device()