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()
198 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trend()
209 struct __thermal_zone *data = thermal->devdata; in of_thermal_bind()
244 struct __thermal_zone *data = thermal->devdata; in of_thermal_unbind()
276 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_type()
289 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_temp()
302 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_temp()
324 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_hyst()
337 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_hyst()
351 struct __thermal_zone *data = tz->devdata; in of_thermal_get_crit_temp()
389 tz = tzd->devdata; in thermal_zone_of_add_sensor()
556 if (!dev || !tzd || !tzd->devdata) in thermal_zone_of_sensor_unregister()
559 tz = tzd->devdata; in thermal_zone_of_sensor_unregister()
1028 of_thermal_free_zone(zone->devdata); in of_thermal_destroy_zones()