otable_batch 601 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h struct vmw_otable_batch otable_batch; otable_batch 320 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c struct vmw_otable **otables = &dev_priv->otable_batch.otables; otable_batch 328 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c dev_priv->otable_batch.num_otables = ARRAY_SIZE(dx_tables); otable_batch 335 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c dev_priv->otable_batch.num_otables = ARRAY_SIZE(pre_dx_tables); otable_batch 338 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c ret = vmw_otable_batch_setup(dev_priv, &dev_priv->otable_batch); otable_batch 380 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c vmw_otable_batch_takedown(dev_priv, &dev_priv->otable_batch); otable_batch 381 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c kfree(dev_priv->otable_batch.otables);