Lines Matching refs:mob
191 struct vmw_mob *mob; member
476 if (unlikely(vmw_be->mob == NULL)) { in vmw_ttm_bind()
477 vmw_be->mob = in vmw_ttm_bind()
479 if (unlikely(vmw_be->mob == NULL)) in vmw_ttm_bind()
483 ret = vmw_mob_bind(vmw_be->dev_priv, vmw_be->mob, in vmw_ttm_bind()
508 vmw_mob_unbind(vmw_be->dev_priv, vmw_be->mob); in vmw_ttm_unbind()
527 if (vmw_be->mob) in vmw_ttm_destroy()
528 vmw_mob_destroy(vmw_be->mob); in vmw_ttm_destroy()
573 if (vmw_tt->mob) { in vmw_ttm_unpopulate()
574 vmw_mob_destroy(vmw_tt->mob); in vmw_ttm_unpopulate()
575 vmw_tt->mob = NULL; in vmw_ttm_unpopulate()
598 vmw_be->mob = NULL; in vmw_ttm_tt_create()