Searched defs:tfile (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 114 struct ttm_object_file *tfile; member 118 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref() 126 struct ttm_object_file *tfile = in ttm_object_file_destroy() local 135 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() local 142 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() 214 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup() 245 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add() 314 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release() local 332 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() 358 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release() local [all …]
|
D | ttm_lock.c | 240 struct ttm_object_file *tfile) in ttm_vt_lock()
|
/linux-3.3/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 382 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() local 414 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define_ioctl() local 480 struct ttm_object_file *tfile, in vmw_context_check() 1199 struct ttm_object_file *tfile, in vmw_user_lookup_handle() 1218 struct ttm_object_file *tfile, in vmw_user_surface_lookup_handle() 1272 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local 1289 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local 1464 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() local 1511 struct ttm_object_file *tfile, in vmw_surface_check() 1681 int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, in vmw_user_dmabuf_lookup() [all …]
|
D | vmwgfx_fence.c | 565 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local 689 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local 748 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() local
|
D | vmwgfx_ioctl.c | 124 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
|
D | vmwgfx_kms.c | 177 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_du_crtc_cursor_set() local 255 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop() 1091 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_kms_fb_create() local
|
D | vmwgfx_overlay.c | 455 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
|
D | vmwgfx_drv.h | 64 struct ttm_object_file *tfile; member 156 struct ttm_object_file *tfile; member
|
/linux-3.3/drivers/net/ |
D | tun.c | 120 struct tun_file *tfile; member 154 struct tun_file *tfile = file->private_data; in tun_attach() local 206 static struct tun_struct *__tun_get(struct tun_file *tfile) in __tun_get() 223 struct tun_file *tfile = tun->tfile; in tun_put() local 347 struct tun_file *tfile = tun->tfile; in tun_net_uninit() local 546 struct tun_file *tfile = file->private_data; in tun_chr_poll() local 888 struct tun_file *tfile = file->private_data; in tun_chr_aio_read() local 1247 struct tun_file *tfile = file->private_data; in __tun_chr_ioctl() local 1511 struct tun_file *tfile; in tun_chr_open() local 1527 struct tun_file *tfile = file->private_data; in tun_chr_close() local
|
/linux-3.3/include/drm/ttm/ |
D | ttm_object.h | 126 struct ttm_object_file *tfile; member
|
/linux-3.3/fs/ |
D | eventpoll.c | 1073 struct file *tfile, int fd) in ep_insert() 1572 struct file *file, *tfile; in SYSCALL_DEFINE4() local
|