Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dthermal.h100 struct thermal_cooling_device { struct
108 const struct thermal_cooling_device_ops *ops; argument
109 bool updated; /* true if the cooling device does not need update */
110 struct mutex lock; /* protect thermal_instances list */
111 struct list_head thermal_instances;
112 struct list_head node;
/linux-6.3-rc2/drivers/thermal/
A Dthermal_of.c359 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_device()
392 struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_maps()
A Dthermal_core.c524 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device()

Completed in 15 milliseconds