Home
last modified time | relevance | path

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

/linux-6.15/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()
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()
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
384 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release() local
537 int ttm_prime_fd_to_handle(struct ttm_object_file *tfile, in ttm_prime_fd_to_handle()
[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_fence.c587 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local
699 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup()
728 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local
782 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() local
1033 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl() local
H A Dvmwgfx_surface.c710 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local
736 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local
970 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_buffer_prime_to_surface_base() local
1018 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() local
1106 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() local
1541 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal() local
2264 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_dumb_create() local
H A Dvmwgfx_va.c155 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
H A Dvmwgfx_shader.c680 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() local
692 struct ttm_object_file *tfile, in vmw_user_shader_alloc()
776 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define() local
H A Dvmwgfx_ioctl.c174 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
H A Dttm_object.h104 struct ttm_object_file *tfile; member
H A Dvmwgfx_resource.c258 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle()
297 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_object_lookup() local
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
H A Dvmwgfx_kms.c376 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop()
H A Dvmwgfx_drv.h111 struct ttm_object_file *tfile; member
/linux-6.15/drivers/net/
H A Dtun.c1007 struct tun_file *tfile; in tun_net_xmit() local
1130 struct tun_file *tfile; in tun_xdp_set() local
1206 struct tun_file *tfile; in tun_xdp_xmit() local
2329 struct tun_file *tfile; in tun_sock_write_space() local
2862 struct tun_file *tfile; in tun_detach_filter() local
2877 struct tun_file *tfile; in tun_attach_filter() local
2896 struct tun_file *tfile; in tun_set_sndbuf() local
3350 struct tun_file *tfile; in tun_chr_open() local
3557 struct tun_file *tfile; in tun_queue_resize() local
3662 struct tun_file *tfile; in tun_get_socket() local
[all …]
/linux-6.15/drivers/remoteproc/
H A Dremoteproc_internal.h22 struct dentry *tfile; member
H A Dremoteproc_debugfs.c381 void rproc_remove_trace_file(struct dentry *tfile) in rproc_remove_trace_file()
/linux-6.15/fs/
H A Deventpoll.c1653 struct file *tfile, int fd, int full_check) in ep_insert()