Lines Matching refs:ttm_base_object
102 struct ttm_base_object { struct
106 void (*refcount_release) (struct ttm_base_object **base); argument
128 struct ttm_base_object base;
133 void (*refcount_release) (struct ttm_base_object **);
151 struct ttm_base_object *base,
154 void (*refcount_release) (struct ttm_base_object
166 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
180 extern struct ttm_base_object *
192 extern void ttm_base_object_unref(struct ttm_base_object **p_base);
218 struct ttm_base_object *base,
293 (struct ttm_base_object **));
296 ttm_base_object_type(struct ttm_base_object *base) in ttm_base_object_type()