Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_core.h107 struct thermal_zone_device { struct
127 struct thermal_zone_device_ops ops; argument
128 struct thermal_zone_params *tzp;
129 struct thermal_governor *governor;
130 void *governor_data;
131 struct list_head thermal_instances;
132 struct ida ida;
133 struct mutex lock;
134 struct list_head node;
135 struct delayed_work poll_queue;
[all …]
Dthermal_core.c707 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()
1560 struct device *thermal_zone_device(struct thermal_zone_device *tzd) in thermal_zone_device() function
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c112 struct int34x_thermal_zone *int340x_thermal_zone_add(struct acpi_device *adev, in int340x_thermal_zone_add()