Lines Matching refs:ttm_base_object
128 struct ttm_base_object *obj;
160 struct ttm_base_object *base, in ttm_base_object_init()
163 void (*refcount_release) (struct ttm_base_object **)) in ttm_base_object_init()
198 struct ttm_base_object *base = in ttm_release_base()
199 container_of(kref, struct ttm_base_object, refcount); in ttm_release_base()
217 void ttm_base_object_unref(struct ttm_base_object **p_base) in ttm_base_object_unref()
219 struct ttm_base_object *base = *p_base; in ttm_base_object_unref()
242 struct ttm_base_object *
261 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
264 struct ttm_base_object *base = NULL; in ttm_base_object_lookup()
282 struct ttm_base_object *
285 struct ttm_base_object *base; in ttm_base_object_lookup_for_ref()
298 struct ttm_base_object *base, in ttm_ref_object_add()
527 static void ttm_prime_refcount_release(struct ttm_base_object **p_base) in ttm_prime_refcount_release()
529 struct ttm_base_object *base = *p_base; in ttm_prime_refcount_release()
554 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release()
583 struct ttm_base_object *base; in ttm_prime_fd_to_handle()
617 struct ttm_base_object *base; in ttm_prime_handle_to_fd()
697 void (*refcount_release) (struct ttm_base_object **)) in ttm_prime_object_init()