Lines Matching refs:devdata
90 struct __thermal_zone *data = tz->devdata; in of_thermal_get_temp()
101 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trips()
121 struct __thermal_zone *data = tz->devdata; in of_thermal_get_ntrips()
142 struct __thermal_zone *data = tz->devdata; in of_thermal_is_trip_valid()
164 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_points()
187 struct __thermal_zone *data = tz->devdata; in of_thermal_set_emul_temp()
195 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trend()
206 struct __thermal_zone *data = thermal->devdata; in of_thermal_bind()
241 struct __thermal_zone *data = thermal->devdata; in of_thermal_unbind()
273 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_type()
286 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_temp()
299 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_temp()
321 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_hyst()
334 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_hyst()
348 struct __thermal_zone *data = tz->devdata; in of_thermal_get_crit_temp()
386 tz = tzd->devdata; in thermal_zone_of_add_sensor()
553 if (!dev || !tzd || !tzd->devdata) in thermal_zone_of_sensor_unregister()
556 tz = tzd->devdata; in thermal_zone_of_sensor_unregister()
1025 of_thermal_free_zone(zone->devdata); in of_thermal_destroy_zones()