Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_sysfs.c31 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show()
39 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show()
56 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show()
68 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store()
107 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store()
152 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store()
197 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store()
213 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show()
230 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store()
259 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_show()
[all …]
H A Dthermal_core.h255 #define to_thermal_zone(_dev) \ macro
H A Dthermal_core.c959 tz = to_thermal_zone(dev); in thermal_release()