Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dthermal_sysfs.c29 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show()
37 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show()
51 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show()
70 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store()
93 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show()
125 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store()
151 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show()
173 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store()
203 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_show()
222 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store()
[all …]
Dthermal_core.h57 #define to_thermal_zone(_dev) \ macro
Dthermal_core.c845 tz = to_thermal_zone(dev); in thermal_release()