Lines Matching refs:devdata
92 struct __thermal_zone *data = tz->devdata; in of_thermal_get_temp()
112 struct __thermal_zone *data = tz->devdata; in of_thermal_get_ntrips()
133 struct __thermal_zone *data = tz->devdata; in of_thermal_is_trip_valid()
155 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_points()
178 struct __thermal_zone *data = tz->devdata; in of_thermal_set_emul_temp()
189 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trend()
214 struct __thermal_zone *data = thermal->devdata; in of_thermal_bind()
242 struct __thermal_zone *data = thermal->devdata; in of_thermal_unbind()
268 struct __thermal_zone *data = tz->devdata; in of_thermal_get_mode()
278 struct __thermal_zone *data = tz->devdata; in of_thermal_set_mode()
298 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_type()
311 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_temp()
324 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_temp()
338 struct __thermal_zone *data = tz->devdata; in of_thermal_get_trip_hyst()
351 struct __thermal_zone *data = tz->devdata; in of_thermal_set_trip_hyst()
365 struct __thermal_zone *data = tz->devdata; in of_thermal_get_crit_temp()
406 tz = tzd->devdata; in thermal_zone_of_add_sensor()
537 if (!dev || !tzd || !tzd->devdata) in thermal_zone_of_sensor_unregister()
540 tz = tzd->devdata; in thermal_zone_of_sensor_unregister()
954 of_thermal_free_zone(zone->devdata); in of_thermal_destroy_zones()