Searched refs:bo_wait (Results 1 – 3 of 3) sorted by relevance
58 static int bo_wait(struct radeon_bo_int *boi);184 r = bo_wait(boi); in bo_map()202 static int bo_wait(struct radeon_bo_int *boi) in bo_wait() function276 .bo_wait = bo_wait,
85 if (!boi->bom->funcs->bo_wait) in radeon_bo_wait()87 return boi->bom->funcs->bo_wait(boi); in radeon_bo_wait()
35 int (*bo_wait)(struct radeon_bo_int *bo); member