Lines Matching refs:ttm_base_object
126 struct ttm_base_object *obj;
188 struct ttm_base_object *base, in ttm_base_object_init()
191 void (*refcount_release) (struct ttm_base_object **)) in ttm_base_object_init()
226 struct ttm_base_object *base = in ttm_release_base()
227 container_of(kref, struct ttm_base_object, refcount); in ttm_release_base()
245 void ttm_base_object_unref(struct ttm_base_object **p_base) in ttm_base_object_unref()
247 struct ttm_base_object *base = *p_base; in ttm_base_object_unref()
254 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
257 struct ttm_base_object *base = NULL; in ttm_base_object_lookup()
275 struct ttm_base_object *
278 struct ttm_base_object *base; in ttm_base_object_lookup_for_ref()
291 struct ttm_base_object *base, in ttm_ref_object_add()
487 static void ttm_prime_refcount_release(struct ttm_base_object **p_base) in ttm_prime_refcount_release()
489 struct ttm_base_object *base = *p_base; in ttm_prime_refcount_release()
514 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release()
543 struct ttm_base_object *base; in ttm_prime_fd_to_handle()
577 struct ttm_base_object *base; in ttm_prime_handle_to_fd()
656 void (*refcount_release) (struct ttm_base_object **)) in ttm_prime_object_init()