Lines Matching refs:ttm_base_object
125 struct ttm_base_object { struct
132 void (*refcount_release) (struct ttm_base_object **base); argument
133 void (*ref_obj_release) (struct ttm_base_object *base, argument
153 struct ttm_base_object base;
158 void (*refcount_release) (struct ttm_base_object **);
176 struct ttm_base_object *base,
179 void (*refcount_release) (struct ttm_base_object
181 void (*ref_obj_release) (struct ttm_base_object
195 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
209 extern struct ttm_base_object *
221 extern void ttm_base_object_unref(struct ttm_base_object **p_base);
245 struct ttm_base_object *base,
249 struct ttm_base_object *base);
330 (struct ttm_base_object **),
332 (struct ttm_base_object *,
336 ttm_base_object_type(struct ttm_base_object *base) in ttm_base_object_type()