Lines Matching defs:arg
704 struct drm_vmw_surface_arg *arg = (struct drm_vmw_surface_arg *)data;
707 return ttm_ref_object_base_unref(tfile, arg->sid);
727 union drm_vmw_surface_create_arg *arg =
729 struct drm_vmw_surface_create_req *req = &arg->req;
730 struct drm_vmw_surface_arg *rep = &arg->rep;
985 union drm_vmw_surface_reference_arg *arg =
987 struct drm_vmw_surface_arg *req = &arg->req;
988 struct drm_vmw_surface_create_req *rep = &arg->rep;
1326 union drm_vmw_gb_surface_create_arg *arg =
1328 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep;
1331 req_ext.base = arg->req;
1353 union drm_vmw_gb_surface_reference_arg *arg =
1355 struct drm_vmw_surface_arg *req = &arg->req;
1356 struct drm_vmw_gb_surface_ref_rep *rep = &arg->rep;
1382 union drm_vmw_gb_surface_create_ext_arg *arg =
1384 struct drm_vmw_gb_surface_create_ext_req *req = &arg->req;
1385 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep;
1401 union drm_vmw_gb_surface_reference_ext_arg *arg =
1403 struct drm_vmw_surface_arg *req = &arg->req;
1404 struct drm_vmw_gb_surface_ref_ext_rep *rep = &arg->rep;
1587 * @req: Pointer to user-space request surface arg.