Lines Matching refs:devdata

92 	struct __thermal_zone *data = tz->devdata;  in of_thermal_get_temp()
103 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trips()
123 struct __thermal_zone *data = tz->devdata; in of_thermal_get_ntrips()
144 struct __thermal_zone *data = tz->devdata; in of_thermal_is_trip_valid()
166 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_points()
189 struct __thermal_zone *data = tz->devdata; in of_thermal_set_emul_temp()
197 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trend()
208 struct __thermal_zone *data = thermal->devdata; in of_thermal_bind()
243 struct __thermal_zone *data = thermal->devdata; in of_thermal_unbind()
275 struct __thermal_zone *data = tz->devdata; in of_thermal_get_mode()
285 struct __thermal_zone *data = tz->devdata; in of_thermal_set_mode()
308 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_type()
321 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_temp()
334 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_temp()
356 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_hyst()
369 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_hyst()
383 struct __thermal_zone *data = tz->devdata; in of_thermal_get_crit_temp()
424 tz = tzd->devdata; in thermal_zone_of_add_sensor()
561 if (!dev || !tzd || !tzd->devdata) in thermal_zone_of_sensor_unregister()
564 tz = tzd->devdata; in thermal_zone_of_sensor_unregister()
1118 of_thermal_free_zone(zone->devdata); in of_thermal_destroy_zones()