Lines Matching refs:tzd
118 static int soc_dts_enable(struct thermal_zone_device *tzd) in soc_dts_enable() argument
121 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_enable()
146 static int soc_dts_disable(struct thermal_zone_device *tzd) in soc_dts_disable() argument
149 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_disable()
200 static inline int sys_get_trip_temp(struct thermal_zone_device *tzd, in sys_get_trip_temp() argument
206 static inline int sys_get_crit_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_crit_temp() argument
259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp() argument
262 return update_trip_temp(tzd->devdata, trip, temp); in sys_set_trip_temp()
276 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp() argument
301 static int sys_change_mode(struct thermal_zone_device *tzd, in sys_change_mode() argument
308 ret = soc_dts_enable(tzd); in sys_change_mode()
310 ret = soc_dts_disable(tzd); in sys_change_mode()