Home
last modified time | relevance | path

Searched defs:thermal_zone_device (Results 1 – 4 of 4) sorted by relevance

/linux-6.8/include/linux/
Dthermal.h164 struct thermal_zone_device { struct
186 struct thermal_zone_device_ops *ops; argument
187 struct thermal_zone_params *tzp;
188 struct thermal_governor *governor;
189 void *governor_data;
190 struct list_head thermal_instances;
191 struct ida ida;
192 struct mutex lock;
193 struct list_head node;
194 struct delayed_work poll_queue;
[all …]
/linux-6.8/drivers/thermal/
Dthermal_of.c354 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_device()
386 static int thermal_of_for_each_cooling_maps(struct thermal_zone_device *tz, in thermal_of_for_each_cooling_maps()
Dthermal_core.c582 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()
1466 struct device *thermal_zone_device(struct thermal_zone_device *tzd) in thermal_zone_device() function
/linux-6.8/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c126 struct int34x_thermal_zone *int340x_thermal_zone_add(struct acpi_device *adev, in int340x_thermal_zone_add()