Lines Matching refs:vmw_resource

53 	struct vmw_resource res;
54 struct vmw_resource *ctx;
124 static int vmw_cotable_bind(struct vmw_resource *res,
126 static int vmw_cotable_unbind(struct vmw_resource *res,
129 static int vmw_cotable_create(struct vmw_resource *res);
130 static int vmw_cotable_destroy(struct vmw_resource *res);
153 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable()
166 static int vmw_cotable_destroy(struct vmw_resource *res) in vmw_cotable_destroy()
181 static int vmw_cotable_unscrub(struct vmw_resource *res) in vmw_cotable_unscrub()
223 static int vmw_cotable_bind(struct vmw_resource *res, in vmw_cotable_bind()
256 int vmw_cotable_scrub(struct vmw_resource *res, bool readback) in vmw_cotable_scrub()
321 static int vmw_cotable_unbind(struct vmw_resource *res, in vmw_cotable_unbind()
356 static int vmw_cotable_readback(struct vmw_resource *res) in vmw_cotable_readback()
399 static int vmw_cotable_resize(struct vmw_resource *res, size_t new_size) in vmw_cotable_resize()
544 static int vmw_cotable_create(struct vmw_resource *res) in vmw_cotable_create()
576 static void vmw_hw_cotable_destroy(struct vmw_resource *res) in vmw_hw_cotable_destroy()
586 static void vmw_cotable_free(struct vmw_resource *res) in vmw_cotable_free()
599 struct vmw_resource *vmw_cotable_alloc(struct vmw_private *dev_priv, in vmw_cotable_alloc()
600 struct vmw_resource *ctx, in vmw_cotable_alloc()
649 int vmw_cotable_notify(struct vmw_resource *res, int id) in vmw_cotable_notify()
675 void vmw_cotable_add_resource(struct vmw_resource *res, struct list_head *head) in vmw_cotable_add_resource()