Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
62 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store()
82 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show()
114 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store()
153 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show()
175 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 trip_point_hyst_show()
224 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store()
[all …]
H A Dthermal_core.h119 #define to_thermal_zone(_dev) \ macro
H A Dthermal_core.c988 tz = to_thermal_zone(dev); in thermal_release()