Home
last modified time | relevance | path

Searched defs:tfile (Results 1 - 25 of 40) sorted by relevance

12

/third_party/lame/misc/
H A Dmugeco.sh62 tfile() { # usage: tfile <variable_name> function
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c77 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() local
87 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd() local
H A Dvmwgfx_simple_resource.c151 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_simple_resource_create_ioctl() local
232 vmw_simple_resource_lookup(struct ttm_object_file *tfile, in vmw_simple_resource_lookup() argument
H A Dvmwgfx_va.c152 vmw_user_stream_lookup(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t *inout_id, struct vmw_resource **out) vmw_user_stream_lookup() argument
H A Dttm_object.h128 struct ttm_object_file *tfile; member
[all...]
H A Dvmwgfx_ioctl.c257 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
H A Dvmwgfx_overlay.c431 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
H A Dvmwgfx_context.c721 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() local
734 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define() local
H A Dttm_object.c128 struct ttm_object_file *tfile; member
134 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref() argument
142 struct ttm_object_file *tfile = in ttm_object_file_destroy() local
151 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() local
158 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() argument
245 ttm_base_object_noref_lookup(struct ttm_object_file *tfile, uint32_t key) ttm_base_object_noref_lookup() argument
263 ttm_base_object_lookup(struct ttm_object_file *tfile, uint32_t key) ttm_base_object_lookup() argument
309 ttm_ref_object_exists(struct ttm_object_file *tfile, struct ttm_base_object *base) ttm_ref_object_exists() argument
344 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, enum ttm_ref_type ref_type, bool *existed, bool require_existed) ttm_ref_object_add() argument
425 struct ttm_object_file *tfile = ref->tfile; ttm_ref_object_release() local
443 ttm_ref_object_base_unref(struct ttm_object_file *tfile, unsigned long key, enum ttm_ref_type ref_type) ttm_ref_object_base_unref() argument
468 struct ttm_object_file *tfile = *p_tfile; ttm_object_file_release() local
494 struct ttm_object_file *tfile = kmalloc(sizeof(*tfile), GFP_KERNEL); ttm_object_file_init() local
648 ttm_prime_fd_to_handle(struct ttm_object_file *tfile, int fd, u32 *handle) ttm_prime_fd_to_handle() argument
683 ttm_prime_handle_to_fd(struct ttm_object_file *tfile, uint32_t handle, uint32_t flags, int *prime_fd) ttm_prime_handle_to_fd() argument
778 ttm_prime_object_init(struct ttm_object_file *tfile, size_t size, struct ttm_prime_object *prime, bool shareable, enum ttm_object_type type, void (*refcount_release) (struct ttm_base_object **), void (*ref_obj_release) (struct ttm_base_object *, enum ttm_ref_type ref_type)) ttm_prime_object_init() argument
[all...]
H A Dvmwgfx_bo.c596 vmw_user_bo_alloc(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t size, bool shareable, uint32_t *handle, struct vmw_buffer_object **p_vbo, struct ttm_base_object **p_base) vmw_user_bo_alloc() argument
653 vmw_user_bo_verify_access(struct ttm_buffer_object *bo, struct ttm_object_file *tfile) vmw_user_bo_verify_access() argument
687 vmw_user_bo_synccpu_grab(struct vmw_user_buffer_object *user_bo, struct ttm_object_file *tfile, uint32_t flags) vmw_user_bo_synccpu_grab() argument
737 vmw_user_bo_synccpu_release(uint32_t handle, struct ttm_object_file *tfile, uint32_t flags) vmw_user_bo_synccpu_release() argument
768 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_user_bo_synccpu_ioctl() local
902 vmw_user_bo_lookup(struct ttm_object_file *tfile, uint32_t handle, struct vmw_buffer_object **out, struct ttm_base_object **p_base) vmw_user_bo_lookup() argument
953 vmw_user_bo_noref_lookup(struct ttm_object_file *tfile, u32 handle) vmw_user_bo_noref_lookup() argument
985 vmw_user_bo_reference(struct ttm_object_file *tfile, struct vmw_buffer_object *vbo, uint32_t *handle) vmw_user_bo_reference() argument
1086 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_dumb_map_offset() local
[all...]
H A Dvmwgfx_fence.c606 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local
779 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup() argument
808 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local
863 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_fence_obj_signaled_ioctl() local
1111 struct ttm_object_file *tfile = vmw_fp->tfile; vmw_fence_event_ioctl() local
[all...]
H A Dvmwgfx_shader.c707 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() local
846 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define() local
713 vmw_user_shader_alloc(struct vmw_private *dev_priv, struct vmw_buffer_object *buffer, size_t shader_size, size_t offset, SVGA3dShaderType shader_type, uint8_t num_input_sig, uint8_t num_output_sig, struct ttm_object_file *tfile, u32 *handle) vmw_user_shader_alloc() argument
[all...]
H A Dvmwgfx_resource.c253 vmw_user_resource_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, const struct vmw_user_resource_conv *converter, struct vmw_resource **p_res) vmw_user_resource_lookup_handle() argument
298 vmw_user_resource_noref_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, const struct vmw_user_resource_conv *converter) vmw_user_resource_noref_lookup_handle() argument
323 vmw_user_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, struct vmw_surface **out_surf, struct vmw_buffer_object **out_buf) vmw_user_lookup_handle() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c77 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() local
87 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd() local
H A Dvmwgfx_ioctl.c173 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
H A Dvmwgfx_va.c154 vmw_user_stream_lookup(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t *inout_id, struct vmw_resource **out) vmw_user_stream_lookup() argument
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() argument
H A Dttm_object.h104 struct ttm_object_file *tfile; member
[all...]
H A Dvmwgfx_overlay.c425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
H A Dttm_object.c130 struct ttm_object_file *tfile; member
136 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref() argument
142 static int ttm_tfile_find_ref_rcu(struct ttm_object_file *tfile, in ttm_tfile_find_ref_rcu() argument
157 static int ttm_tfile_find_ref(struct ttm_object_file *tfile, in ttm_tfile_find_ref() argument
174 struct ttm_object_file *tfile = in ttm_object_file_destroy() local
183 struct ttm_object_file *tfile = *p_tfile; ttm_object_file_unref() local
190 ttm_base_object_init(struct ttm_object_file *tfile, struct ttm_base_object *base, bool shareable, enum ttm_object_type object_type, void (*refcount_release) (struct ttm_base_object **)) ttm_base_object_init() argument
257 ttm_base_object_lookup(struct ttm_object_file *tfile, uint64_t key) ttm_base_object_lookup() argument
293 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, bool *existed, bool require_existed) ttm_ref_object_add() argument
353 struct ttm_object_file *tfile = ref->tfile; ttm_ref_object_release() local
364 ttm_ref_object_base_unref(struct ttm_object_file *tfile, unsigned long key) ttm_ref_object_base_unref() argument
387 struct ttm_object_file *tfile = *p_tfile; ttm_object_file_release() local
410 struct ttm_object_file *tfile = kmalloc(sizeof(*tfile), GFP_KERNEL); ttm_object_file_init() local
541 ttm_prime_fd_to_handle(struct ttm_object_file *tfile, int fd, u32 *handle) ttm_prime_fd_to_handle() argument
576 ttm_prime_handle_to_fd(struct ttm_object_file *tfile, uint32_t handle, uint32_t flags, int *prime_fd) ttm_prime_handle_to_fd() argument
658 ttm_prime_object_init(struct ttm_object_file *tfile, size_t size, struct ttm_prime_object *prime, bool shareable, enum ttm_object_type type, void (*refcount_release) (struct ttm_base_object **)) ttm_prime_object_init() argument
[all...]
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
/kernel/linux/linux-5.10/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() argument
389 struct dentry *tfile; in rproc_create_trace_file() local
/kernel/linux/linux-6.6/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() argument

Completed in 17 milliseconds

12