Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dthermal.h123 struct thermal_cooling_device { struct
131 const struct thermal_cooling_device_ops *ops; argument
141 DEFINE_GUARD(cooling_dev, struct thermal_cooling_device *, mutex_lock(&_T->lock), argument
/linux-6.14.4/drivers/thermal/
Dthermal_core.c726 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device()