Lines Matching refs:vmw_resource
63 static void vmw_user_surface_free(struct vmw_resource *res);
64 static struct vmw_resource *
66 static int vmw_legacy_srf_bind(struct vmw_resource *res,
68 static int vmw_legacy_srf_unbind(struct vmw_resource *res,
71 static int vmw_legacy_srf_create(struct vmw_resource *res);
72 static int vmw_legacy_srf_destroy(struct vmw_resource *res);
73 static int vmw_gb_surface_create(struct vmw_resource *res);
74 static int vmw_gb_surface_bind(struct vmw_resource *res,
76 static int vmw_gb_surface_unbind(struct vmw_resource *res,
79 static int vmw_gb_surface_destroy(struct vmw_resource *res);
309 static void vmw_hw_surface_destroy(struct vmw_resource *res) in vmw_hw_surface_destroy()
360 static int vmw_legacy_srf_create(struct vmw_resource *res) in vmw_legacy_srf_create()
435 static int vmw_legacy_srf_dma(struct vmw_resource *res, in vmw_legacy_srf_dma()
487 static int vmw_legacy_srf_bind(struct vmw_resource *res, in vmw_legacy_srf_bind()
508 static int vmw_legacy_srf_unbind(struct vmw_resource *res, in vmw_legacy_srf_unbind()
524 static int vmw_legacy_srf_destroy(struct vmw_resource *res) in vmw_legacy_srf_destroy()
573 void (*res_free) (struct vmw_resource *res)) in vmw_surface_init()
576 struct vmw_resource *res = &srf->res; in vmw_surface_init()
610 static struct vmw_resource *
622 static void vmw_user_surface_free(struct vmw_resource *res) in vmw_user_surface_free()
653 struct vmw_resource *res = &user_srf->srf.res; in vmw_user_surface_base_release()
692 struct vmw_resource *res; in vmw_surface_define_ioctl()
693 struct vmw_resource *tmp; in vmw_surface_define_ioctl()
1021 static int vmw_gb_surface_create(struct vmw_resource *res) in vmw_gb_surface_create()
1080 static int vmw_gb_surface_bind(struct vmw_resource *res, in vmw_gb_surface_bind()
1122 static int vmw_gb_surface_unbind(struct vmw_resource *res, in vmw_gb_surface_unbind()
1192 static int vmw_gb_surface_destroy(struct vmw_resource *res) in vmw_gb_surface_destroy()
1239 struct vmw_resource *res; in vmw_gb_surface_define_ioctl()
1240 struct vmw_resource *tmp; in vmw_gb_surface_define_ioctl()