Lines Matching defs:arg
712 struct drm_vmw_surface_arg *arg = (struct drm_vmw_surface_arg *)data;
715 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE);
735 union drm_vmw_surface_create_arg *arg =
737 struct drm_vmw_surface_create_req *req = &arg->req;
738 struct drm_vmw_surface_arg *rep = &arg->rep;
1018 union drm_vmw_surface_reference_arg *arg =
1020 struct drm_vmw_surface_arg *req = &arg->req;
1021 struct drm_vmw_surface_create_req *rep = &arg->rep;
1359 union drm_vmw_gb_surface_create_arg *arg =
1361 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep;
1364 req_ext.base = arg->req;
1386 union drm_vmw_gb_surface_reference_arg *arg =
1388 struct drm_vmw_surface_arg *req = &arg->req;
1389 struct drm_vmw_gb_surface_ref_rep *rep = &arg->rep;
1415 union drm_vmw_gb_surface_create_ext_arg *arg =
1417 struct drm_vmw_gb_surface_create_ext_req *req = &arg->req;
1418 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep;
1434 union drm_vmw_gb_surface_reference_ext_arg *arg =
1436 struct drm_vmw_surface_arg *req = &arg->req;
1437 struct drm_vmw_gb_surface_ref_ext_rep *rep = &arg->rep;
1637 * @req: Pointer to user-space request surface arg.