Lines Matching refs:tzd
122 static int soc_dts_enable(struct thermal_zone_device *tzd) in soc_dts_enable() argument
125 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_enable()
155 static int soc_dts_disable(struct thermal_zone_device *tzd) in soc_dts_disable() argument
158 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_disable()
214 static inline int sys_get_trip_temp(struct thermal_zone_device *tzd, in sys_get_trip_temp() argument
220 static inline int sys_get_crit_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_crit_temp() argument
273 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp() argument
276 return update_trip_temp(tzd->devdata, trip, temp); in sys_set_trip_temp()
290 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp() argument
315 static int sys_get_mode(struct thermal_zone_device *tzd, in sys_get_mode() argument
318 struct soc_sensor_entry *aux_entry = tzd->devdata; in sys_get_mode()
323 static int sys_set_mode(struct thermal_zone_device *tzd, in sys_set_mode() argument
330 ret = soc_dts_enable(tzd); in sys_set_mode()
332 ret = soc_dts_disable(tzd); in sys_set_mode()