Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/
H A 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()
150 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store()
195 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store()
211 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show()
228 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store()
257 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_show()
[all …]
H A Dthermal_core.h252 #define to_thermal_zone(_dev) \ macro
H A Dthermal_core.c963 tz = to_thermal_zone(dev); in thermal_release()