Lines Matching refs:vmw_cotable
50 struct vmw_cotable { struct
133 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable() function
135 return container_of(res, struct vmw_cotable, res); in vmw_cotable()
163 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub()
241 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_scrub()
311 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unbind()
344 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_readback()
392 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_resize()
513 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_create()
575 struct vmw_cotable *vcotbl; in vmw_cotable_alloc()
584 cotable_acc_size = ttm_round_pot(sizeof(struct vmw_cotable)); in vmw_cotable_alloc()
637 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_notify()
663 struct vmw_cotable *vcotbl = in vmw_cotable_add_resource()
664 container_of(res, struct vmw_cotable, res); in vmw_cotable_add_resource()