Lines Matching refs:devdata
96 struct __thermal_zone *data = tz->devdata; in of_thermal_get_temp()
116 struct __thermal_zone *data = tz->devdata; in of_thermal_get_ntrips()
137 struct __thermal_zone *data = tz->devdata; in of_thermal_is_trip_valid()
159 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_points()
182 struct __thermal_zone *data = tz->devdata; in of_thermal_set_emul_temp()
193 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trend()
218 struct __thermal_zone *data = thermal->devdata; in of_thermal_bind()
247 struct __thermal_zone *data = thermal->devdata; in of_thermal_unbind()
273 struct __thermal_zone *data = tz->devdata; in of_thermal_get_mode()
283 struct __thermal_zone *data = tz->devdata; in of_thermal_set_mode()
303 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_type()
316 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_temp()
329 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_temp()
343 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_hyst()
356 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_hyst()
370 struct __thermal_zone *data = tz->devdata; in of_thermal_get_crit_temp()
411 tz = tzd->devdata; in thermal_zone_of_add_sensor()
542 if (!dev || !tzd || !tzd->devdata) in thermal_zone_of_sensor_unregister()
545 tz = tzd->devdata; in thermal_zone_of_sensor_unregister()
985 of_thermal_free_zone(zone->devdata); in of_thermal_destroy_zones()