Home | History | Annotate | Download | only in drm

Lines Matching refs:s_arg

141    union drm_vmw_surface_create_arg s_arg;
142 struct drm_vmw_surface_create_req *req = &s_arg.req;
143 struct drm_vmw_surface_arg *rep = &s_arg.rep;
153 memset(&s_arg, 0, sizeof(s_arg));
183 &s_arg, sizeof(s_arg));
206 union drm_vmw_gb_surface_create_arg s_arg;
207 struct drm_vmw_gb_surface_create_req *req = &s_arg.req;
208 struct drm_vmw_gb_surface_create_rep *rep = &s_arg.rep;
220 memset(&s_arg, 0, sizeof(s_arg));
250 &s_arg, sizeof(s_arg));
351 union drm_vmw_gb_surface_reference_arg s_arg;
352 struct drm_vmw_surface_arg *req = &s_arg.req;
353 struct drm_vmw_gb_surface_ref_rep *rep = &s_arg.rep;
365 memset(&s_arg, 0, sizeof(s_arg));
372 &s_arg, sizeof(s_arg));
403 struct drm_vmw_surface_arg s_arg;
407 memset(&s_arg, 0, sizeof(s_arg));
408 s_arg.sid = sid;
411 &s_arg, sizeof(s_arg));