Lines Matching refs:ttm_base_object
130 struct ttm_base_object *obj;
162 struct ttm_base_object *base, in ttm_base_object_init()
165 void (*refcount_release) (struct ttm_base_object **), in ttm_base_object_init()
166 void (*ref_obj_release) (struct ttm_base_object *, in ttm_base_object_init()
203 struct ttm_base_object *base = in ttm_release_base()
204 container_of(kref, struct ttm_base_object, refcount); in ttm_release_base()
222 void ttm_base_object_unref(struct ttm_base_object **p_base) in ttm_base_object_unref()
224 struct ttm_base_object *base = *p_base; in ttm_base_object_unref()
247 struct ttm_base_object *
266 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
269 struct ttm_base_object *base = NULL; in ttm_base_object_lookup()
287 struct ttm_base_object *
290 struct ttm_base_object *base; in ttm_base_object_lookup_for_ref()
313 struct ttm_base_object *base) in ttm_ref_object_exists()
348 struct ttm_base_object *base, in ttm_ref_object_add()
427 struct ttm_base_object *base = ref->obj; in ttm_ref_object_release()
600 static void ttm_prime_refcount_release(struct ttm_base_object **p_base) in ttm_prime_refcount_release()
602 struct ttm_base_object *base = *p_base; in ttm_prime_refcount_release()
627 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release()
657 struct ttm_base_object *base; in ttm_prime_fd_to_handle()
691 struct ttm_base_object *base; in ttm_prime_handle_to_fd()
784 void (*refcount_release) (struct ttm_base_object **), in ttm_prime_object_init()
785 void (*ref_obj_release) (struct ttm_base_object *, in ttm_prime_object_init()