Lines Matching refs:vmw_resource

66 static void vmw_user_surface_free(struct vmw_resource *res);
67 static struct vmw_resource *
69 static int vmw_legacy_srf_bind(struct vmw_resource *res,
71 static int vmw_legacy_srf_unbind(struct vmw_resource *res,
74 static int vmw_legacy_srf_create(struct vmw_resource *res);
75 static int vmw_legacy_srf_destroy(struct vmw_resource *res);
76 static int vmw_gb_surface_create(struct vmw_resource *res);
77 static int vmw_gb_surface_bind(struct vmw_resource *res,
79 static int vmw_gb_surface_unbind(struct vmw_resource *res,
82 static int vmw_gb_surface_destroy(struct vmw_resource *res);
312 static void vmw_hw_surface_destroy(struct vmw_resource *res) in vmw_hw_surface_destroy()
363 static int vmw_legacy_srf_create(struct vmw_resource *res) in vmw_legacy_srf_create()
438 static int vmw_legacy_srf_dma(struct vmw_resource *res, in vmw_legacy_srf_dma()
490 static int vmw_legacy_srf_bind(struct vmw_resource *res, in vmw_legacy_srf_bind()
511 static int vmw_legacy_srf_unbind(struct vmw_resource *res, in vmw_legacy_srf_unbind()
527 static int vmw_legacy_srf_destroy(struct vmw_resource *res) in vmw_legacy_srf_destroy()
576 void (*res_free) (struct vmw_resource *res)) in vmw_surface_init()
579 struct vmw_resource *res = &srf->res; in vmw_surface_init()
614 static struct vmw_resource *
626 static void vmw_user_surface_free(struct vmw_resource *res) in vmw_user_surface_free()
657 struct vmw_resource *res = &user_srf->srf.res; in vmw_user_surface_base_release()
696 struct vmw_resource *res; in vmw_surface_define_ioctl()
697 struct vmw_resource *tmp; in vmw_surface_define_ioctl()
1032 static int vmw_gb_surface_create(struct vmw_resource *res) in vmw_gb_surface_create()
1121 static int vmw_gb_surface_bind(struct vmw_resource *res, in vmw_gb_surface_bind()
1163 static int vmw_gb_surface_unbind(struct vmw_resource *res, in vmw_gb_surface_unbind()
1233 static int vmw_gb_surface_destroy(struct vmw_resource *res) in vmw_gb_surface_destroy()
1283 struct vmw_resource *res; in vmw_gb_surface_define_ioctl()
1284 struct vmw_resource *tmp; in vmw_gb_surface_define_ioctl()