Lines Matching refs:ttm_base_object
115 struct ttm_base_object *obj;
146 struct ttm_base_object *base, in ttm_base_object_init()
149 void (*rcount_release) (struct ttm_base_object **), in ttm_base_object_init()
150 void (*ref_obj_release) (struct ttm_base_object *, in ttm_base_object_init()
186 static void ttm_release_base(struct ttm_base_object *base) in ttm_release_base()
205 void ttm_base_object_unref(struct ttm_base_object **p_base) in ttm_base_object_unref()
207 struct ttm_base_object *base = *p_base; in ttm_base_object_unref()
223 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
227 struct ttm_base_object *base; in ttm_base_object_lookup()
235 base = drm_hash_entry(hash, struct ttm_base_object, hash); in ttm_base_object_lookup()
256 struct ttm_base_object *base, in ttm_ref_object_add()
315 struct ttm_base_object *base = ref->obj; in ttm_ref_object_release()