Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h97 struct thermal_cooling_device { struct
104 const struct thermal_cooling_device_ops *ops; argument
105 bool updated; /* true if the cooling device does not need update */
106 struct mutex lock; /* protect thermal_instances list */
107 struct list_head thermal_instances;
108 struct list_head node;
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c725 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device()