Home
last modified time | relevance | path

Searched refs:to_thermal_zone (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/thermal/
Dthermal_sysfs.c30 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show()
38 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show()
52 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show()
66 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store()
105 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store()
154 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store()
205 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store()
221 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show()
238 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store()
266 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_show()
[all …]
Dthermal_core.h235 #define to_thermal_zone(_dev) \ macro
Dthermal_core.c909 tz = to_thermal_zone(dev); in thermal_release()