Lines Matching defs:res
34 struct vmw_resource res; member
105 static void vmw_hw_context_destroy(struct vmw_resource *res) in vmw_hw_context_destroy()
146 static int vmw_gb_context_init(struct vmw_private *dev_priv, in vmw_gb_context_init()
147 struct vmw_resource *res, in vmw_gb_context_init()
183 static int vmw_context_init(struct vmw_private *dev_priv, in vmw_context_init()
184 struct vmw_resource *res, in vmw_context_init()
237 struct vmw_resource *res = kmalloc(sizeof(*res), GFP_KERNEL); in vmw_context_alloc() local
249 static int vmw_gb_context_create(struct vmw_resource *res) in vmw_gb_context_create()
294 static int vmw_gb_context_bind(struct vmw_resource *res, in vmw_gb_context_bind()
324 static int vmw_gb_context_unbind(struct vmw_resource *res, in vmw_gb_context_unbind()
392 static int vmw_gb_context_destroy(struct vmw_resource *res) in vmw_gb_context_destroy()
432 static void vmw_user_context_free(struct vmw_resource *res) in vmw_user_context_free()
453 struct vmw_resource *res = &ctx->res; in vmw_user_context_base_release() local
473 struct vmw_resource *res; in vmw_context_define_ioctl() local