Lines Matching refs:thermal

62 static int db8500_cdev_bind(struct thermal_zone_device *thermal,  in db8500_cdev_bind()  argument
65 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_bind()
78 ret = thermal_zone_bind_cooling_device(thermal, i, cdev, in db8500_cdev_bind()
89 static int db8500_cdev_unbind(struct thermal_zone_device *thermal, in db8500_cdev_unbind() argument
92 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_unbind()
100 ret = thermal_zone_unbind_cooling_device(thermal, i, cdev); in db8500_cdev_unbind()
110 static int db8500_sys_get_temp(struct thermal_zone_device *thermal, in db8500_sys_get_temp() argument
113 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_temp()
126 static int db8500_sys_get_trend(struct thermal_zone_device *thermal, in db8500_sys_get_trend() argument
129 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trend()
137 static int db8500_sys_get_mode(struct thermal_zone_device *thermal, in db8500_sys_get_mode() argument
140 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_mode()
150 static int db8500_sys_set_mode(struct thermal_zone_device *thermal, in db8500_sys_set_mode() argument
153 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_set_mode()
167 static int db8500_sys_get_trip_type(struct thermal_zone_device *thermal, in db8500_sys_get_trip_type() argument
170 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_type()
182 static int db8500_sys_get_trip_temp(struct thermal_zone_device *thermal, in db8500_sys_get_trip_temp() argument
185 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_temp()
197 static int db8500_sys_get_crit_temp(struct thermal_zone_device *thermal, in db8500_sys_get_crit_temp() argument
200 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_crit_temp()