Home
last modified time | relevance | path

Searched defs:tfile (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c127 struct ttm_object_file *tfile; member
133 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref()
139 static int ttm_tfile_find_ref_rcu(struct ttm_object_file *tfile, in ttm_tfile_find_ref_rcu()
154 static int ttm_tfile_find_ref(struct ttm_object_file *tfile, in ttm_tfile_find_ref()
171 struct ttm_object_file *tfile = in ttm_object_file_destroy() local
180 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() local
187 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init()
254 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
290 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add()
350 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release() local
[all …]
H A Dvmwgfx_prime.c79 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() local
94 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd() local
H A Dvmwgfx_simple_resource.c146 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_simple_resource_create_ioctl() local
202 vmw_simple_resource_lookup(struct ttm_object_file *tfile, in vmw_simple_resource_lookup()
H A Dvmwgfx_va.c155 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
H A Dttm_object.h104 struct ttm_object_file *tfile; member
H A Dvmwgfx_context.c720 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() local
733 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define() local
H A Dvmwgfx_overlay.c425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
/linux/drivers/remoteproc/
H A Dremoteproc_debugfs.c381 void rproc_remove_trace_file(struct dentry *tfile) in rproc_remove_trace_file()
/linux/fs/
H A Deventpoll.c1565 struct file *tfile, int fd, int full_check) in ep_insert()