Lines Matching refs:ttm_base_object
127 struct ttm_base_object *obj;
159 struct ttm_base_object *base, in ttm_base_object_init()
162 void (*refcount_release) (struct ttm_base_object **), in ttm_base_object_init()
163 void (*ref_obj_release) (struct ttm_base_object *, in ttm_base_object_init()
200 struct ttm_base_object *base = in ttm_release_base()
201 container_of(kref, struct ttm_base_object, refcount); in ttm_release_base()
219 void ttm_base_object_unref(struct ttm_base_object **p_base) in ttm_base_object_unref()
221 struct ttm_base_object *base = *p_base; in ttm_base_object_unref()
244 struct ttm_base_object *
263 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
266 struct ttm_base_object *base = NULL; in ttm_base_object_lookup()
284 struct ttm_base_object *
287 struct ttm_base_object *base; in ttm_base_object_lookup_for_ref()
310 struct ttm_base_object *base) in ttm_ref_object_exists()
345 struct ttm_base_object *base, in ttm_ref_object_add()
424 struct ttm_base_object *base = ref->obj; in ttm_ref_object_release()
597 static void ttm_prime_refcount_release(struct ttm_base_object **p_base) in ttm_prime_refcount_release()
599 struct ttm_base_object *base = *p_base; in ttm_prime_refcount_release()
624 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release()
654 struct ttm_base_object *base; in ttm_prime_fd_to_handle()
688 struct ttm_base_object *base; in ttm_prime_handle_to_fd()
781 void (*refcount_release) (struct ttm_base_object **), in ttm_prime_object_init()
782 void (*ref_obj_release) (struct ttm_base_object *, in ttm_prime_object_init()