Lines Matching refs:vmw_cotable
50 struct vmw_cotable { struct
135 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable() function
137 return container_of(res, struct vmw_cotable, res); in vmw_cotable()
165 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub()
240 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_scrub()
307 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unbind()
340 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_readback()
385 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_resize()
507 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_create()
569 struct vmw_cotable *vcotbl; in vmw_cotable_alloc()
578 cotable_acc_size = ttm_round_pot(sizeof(struct vmw_cotable)); in vmw_cotable_alloc()
631 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_notify()
657 struct vmw_cotable *vcotbl = in vmw_cotable_add_resource()
658 container_of(res, struct vmw_cotable, res); in vmw_cotable_add_resource()