Lines Matching refs:handle
504 uint32_t handle, in vmw_user_bo_synccpu_release() argument
508 int ret = vmw_user_bo_lookup(filp, handle, &vmw_bo); in vmw_user_bo_synccpu_release()
551 ret = vmw_user_bo_lookup(file_priv, arg->handle, &vbo); in vmw_user_bo_synccpu_ioctl()
561 (unsigned int) arg->handle); in vmw_user_bo_synccpu_ioctl()
567 arg->handle, in vmw_user_bo_synccpu_ioctl()
571 (unsigned int) arg->handle); in vmw_user_bo_synccpu_ioctl()
600 return drm_gem_handle_delete(file_priv, arg->handle); in vmw_bo_unref_ioctl()
616 u32 handle, in vmw_user_bo_lookup() argument
621 gobj = drm_gem_object_lookup(filp, handle); in vmw_user_bo_lookup()
624 (unsigned long)handle); in vmw_user_bo_lookup()
706 args->size, &args->handle, in vmw_dumb_create()