Searched refs:bo_wait (Results 1 – 3 of 3) sorted by relevance
61 static int bo_wait(struct radeon_bo_int *boi);187 r = bo_wait(boi); in bo_map()205 static int bo_wait(struct radeon_bo_int *boi) in bo_wait() function279 .bo_wait = bo_wait,
88 if (!boi->bom->funcs->bo_wait) in radeon_bo_wait()90 return boi->bom->funcs->bo_wait(boi); in radeon_bo_wait()
35 int (*bo_wait)(struct radeon_bo_int *bo); member