| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | ttm_object.c | 127 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 D | vmwgfx_fence.c | 296 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local 403 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup() 432 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local 485 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() local 665 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl() local
|
| H A D | vmwgfx_prime.c | 79 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 D | vmwgfx_simple_resource.c | 146 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 D | vmwgfx_surface.c | 691 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local 717 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local 939 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_buffer_prime_to_surface_base() local 987 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() local 1075 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() local 1510 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal() local 2240 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_dumb_create() local
|
| H A D | vmwgfx_shader.c | 680 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 D | vmwgfx_va.c | 155 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
|
| H A D | vmwgfx_ioctl.c | 174 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
|
| H A D | ttm_object.h | 104 struct ttm_object_file *tfile; member
|
| H A D | vmwgfx_resource.c | 258 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 D | vmwgfx_context.c | 720 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 D | vmwgfx_overlay.c | 425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
|
| H A D | vmwgfx_cursor_plane.c | 318 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop()
|
| H A D | vmwgfx_drv.h | 88 struct ttm_object_file *tfile; member
|
| /linux/drivers/net/ |
| H A D | tun.c | 229 struct tun_file *tfile = container_of(napi, struct tun_file, napi); in tun_napi_receive() local 267 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile, in tun_napi_init() 278 static void tun_napi_enable(struct tun_file *tfile) in tun_napi_enable() 284 static void tun_napi_disable(struct tun_file *tfile) in tun_napi_disable() 290 static void tun_napi_del(struct tun_file *tfile) in tun_napi_del() 296 static bool tun_napi_frags_enabled(const struct tun_file *tfile) in tun_napi_frags_enabled() 412 struct tun_file *tfile) in tun_flow_update() 529 static void tun_disable_queue(struct tun_struct *tun, struct tun_file *tfile) in tun_disable_queue() 536 static struct tun_struct *tun_enable_queue(struct tun_file *tfile) in tun_enable_queue() 560 static void tun_queue_purge(struct tun_file *tfile) in tun_queue_purge() [all …]
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_internal.h | 22 struct dentry *tfile; member
|
| H A D | remoteproc_debugfs.c | 381 void rproc_remove_trace_file(struct dentry *tfile) in rproc_remove_trace_file()
|
| /linux/fs/ |
| H A D | eventpoll.c | 1569 struct file *tfile, int fd, int full_check) in ep_insert()
|