Searched refs:bo_unref (Results 1 – 3 of 3) sorted by relevance
125 static struct radeon_bo *bo_unref(struct radeon_bo_int *boi) in bo_unref() function273 .bo_unref = bo_unref,
32 struct radeon_bo *(*bo_unref)(struct radeon_bo_int *bo); member
67 return boi->bom->funcs->bo_unref(boi); in radeon_bo_unref()