Lines Matching refs:ttm_base_object
129 struct ttm_base_object *obj;
191 struct ttm_base_object *base, in ttm_base_object_init()
194 void (*refcount_release) (struct ttm_base_object **)) in ttm_base_object_init()
229 struct ttm_base_object *base = in ttm_release_base()
230 container_of(kref, struct ttm_base_object, refcount); in ttm_release_base()
248 void ttm_base_object_unref(struct ttm_base_object **p_base) in ttm_base_object_unref()
250 struct ttm_base_object *base = *p_base; in ttm_base_object_unref()
257 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
260 struct ttm_base_object *base = NULL; in ttm_base_object_lookup()
278 struct ttm_base_object *
281 struct ttm_base_object *base; in ttm_base_object_lookup_for_ref()
294 struct ttm_base_object *base, in ttm_ref_object_add()
491 static void ttm_prime_refcount_release(struct ttm_base_object **p_base) in ttm_prime_refcount_release()
493 struct ttm_base_object *base = *p_base; in ttm_prime_refcount_release()
518 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release()
547 struct ttm_base_object *base; in ttm_prime_fd_to_handle()
581 struct ttm_base_object *base; in ttm_prime_handle_to_fd()
661 void (*refcount_release) (struct ttm_base_object **)) in ttm_prime_object_init()