Lines Matching refs:ttm_object_file
62 struct ttm_object_file { struct
116 struct ttm_object_file *tfile;
121 static inline struct ttm_object_file *
122 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref()
128 static void ttm_object_file_destroy(struct ttm_object_file *tfile) in ttm_object_file_destroy()
135 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref()
137 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
145 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init()
223 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
255 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add()
316 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release()
334 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref()
355 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release()
360 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
383 struct ttm_object_file *ttm_object_file_init(struct ttm_object_device *tdev, in ttm_object_file_init()
386 struct ttm_object_file *tfile; in ttm_object_file_init()